Click or drag to resize
RtspInterLeaveDataCallback Delegate

Namespace: StreamCoders.Rtsp.Extensions
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public delegate void RtspInterLeaveDataCallback(
	RtspPrimitives sender,
	IEnumerable<InterleaveSlice> slices
)

Parameters

sender
Type: StreamCoders.Rtsp.ExtensionsRtspPrimitives
slices
Type: System.Collections.GenericIEnumerableInterleaveSlice
See Also