OnInterleaveData Delegate |
Namespace: StreamCoders.Rtsp.ExtensionsAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic delegate void OnInterleaveData(
RtspSession Sender,
InterleaveSlice slice
)
Public Delegate Sub OnInterleaveData (
Sender As RtspSession,
slice As InterleaveSlice
)
public delegate void OnInterleaveData(
RtspSession^ Sender,
InterleaveSlice^ slice
)
type OnInterleaveData =
delegate of
Sender : RtspSession *
slice : InterleaveSlice -> unit
Parameters
- Sender
- Type: StreamCoders.Rtsp.ExtensionsRtspSession
- slice
- Type: StreamCoders.RtspInterleaveSlice
See Also