Click or drag to resize
InterleaveSlice Constructor (OffsetBufferByte, Byte, InterleaveContentType)
Constructs an object of InterleaveSlice.

Namespace: StreamCoders.Rtsp
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public InterleaveSlice(
	OffsetBuffer<byte> sliceBuffer,
	byte channel,
	InterleaveContentType sliceType
)

Parameters

sliceBuffer
Type: StreamCodersOffsetBufferByte
Buffer containing the slice data.
channel
Type: SystemByte
The channel this data is meant for.
sliceType
Type: StreamCoders.RtspInterleaveContentType
The type of payload this slice contains.
See Also