MCPcopy Create free account
hub / github.com/Pulse-Eight/libcec / SourceActivated

Function SourceActivated

src/dotnetlib/CecSharpTypes.h:2093–2095  ·  view source on GitHub ↗

Called by libCEC to notify the application that the source that is handled by libCEC was (de)activated. Override in the application to handle this callback. The logical address that was (de)activated True when activated, false when deactivated

Source from the content-addressed store, hash-verified

2091 /// <param name="logicalAddress">The logical address that was (de)activated</param>
2092 /// <param name="activated">True when activated, false when deactivated</param>
2093 virtual void SourceActivated(CecLogicalAddress logicalAddress, bool activated)
2094 {
2095 }
2096
2097 void* Get(void)
2098 {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected