Channel::GetSignalInfo Method
Retrieves the information associated with a MultiCam signal. This function is used in combination with WaitForSignal. Once a signal is issued, calling GetSignalInfo fills a SignalInfo object with relevant information.
[C++] void Channel::GetSignalInfo( |
Parameters
signal
Identifier of the signal.
info
User allocated SignalInfo object.
See Also