Click or drag to resize
OnInterleaveData Delegate

Namespace: StreamCoders.Rtsp.Extensions
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public delegate void OnInterleaveData(
	RtspSession Sender,
	InterleaveSlice slice
)

Parameters

Sender
Type: StreamCoders.Rtsp.ExtensionsRtspSession
slice
Type: StreamCoders.RtspInterleaveSlice
See Also