Click or drag to resize
InterleaveBufferParseData Method
Parses interleave data and creates InterleaveSlice objects containing the data, types and channels.

Namespace: StreamCoders.Rtsp
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public bool ParseData()

Return Value

Type: Boolean
Returns true if a new InterleaveSlice has been created, otherwise false.
Remarks
When the function returns true, it could mean that there is more data pending. One should iterate over the function until it returns false.
See Also