RtspPrimitivesOnResponseReceived Event |
Event queue for all listeners interested in OnResponseReceived events.
Namespace: StreamCoders.Rtsp.ExtensionsAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic event RtspResponseReceivedCallback OnResponseReceived
Public Event OnResponseReceived As RtspResponseReceivedCallback
public:
event RtspResponseReceivedCallback^ OnResponseReceived {
void add (RtspResponseReceivedCallback^ value);
void remove (RtspResponseReceivedCallback^ value);
}
member OnResponseReceived : IEvent<RtspResponseReceivedCallback,
RtspResponse>
Value
Type:
StreamCoders.Rtsp.ExtensionsRtspResponseReceivedCallback
See Also