Click or drag to resize
InterleaveBuffer Class
Extracts data from an RTSP interleave stream and saves them in a queue. Usage: Use AddBuffer to add data to the internal buffer. Then call ParseData as long as return value is true, to create InterleaveSlices. After that call GetSlice to retrieve the individual slices containing the payloads.
Inheritance Hierarchy
SystemObject
  StreamCoders.RtspInterleaveBuffer

Namespace: StreamCoders.Rtsp
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public class InterleaveBuffer

The InterleaveBuffer type exposes the following members.

Constructors
  NameDescription
Public methodInterleaveBuffer
Constructs an object of InterleaveBuffer.
Top
Methods
Extension Methods
  NameDescription
Public Extension MethodCopyOverloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.)
Public Extension MethodCopy(Object)Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.)
Top
See Also