Click or drag to resize
InterleaveSliceToByteArray Method
Creates (serializes) an RTSP interleave packet from InterleaveSlice object. SliceType must be regular payload (SliceType must be Payload).

Namespace: StreamCoders.Rtsp
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public byte[] ToByteArray()

Return Value

Type: Byte
Returns byte array.
Exceptions
ExceptionCondition
Exception Thrown when an exception error condition occurs.
See Also