RtpFrameOnFrameComplete Event |
Event queue for all listeners interested in OnFrameComplete events.
Namespace: StreamCoders.RtpAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic event RtpFrameFrameCompleteDelegation OnFrameComplete
Public Event OnFrameComplete As RtpFrameFrameCompleteDelegation
public:
event RtpFrameFrameCompleteDelegation^ OnFrameComplete {
void add (RtpFrameFrameCompleteDelegation^ value);
void remove (RtpFrameFrameCompleteDelegation^ value);
}
member OnFrameComplete : IEvent<RtpFrameFrameCompleteDelegation,
EventArgs>
Value
Type:
StreamCoders.RtpRtpFrameFrameCompleteDelegation
See Also