| InterleaveSliceToByteArray Method  | 
                Creates (serializes) an RTSP interleave packet from InterleaveSlice object. SliceType
                must be regular payload (SliceType must be Payload).
            
 
Namespace: StreamCoders.RtspAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic byte[] ToByteArray()
Public Function ToByteArray As Byte()
public:
array<unsigned char>^ ToByteArray()
member ToByteArray : unit -> byte[] 
Return Value
Type: 
Byte
                Returns byte array.
            
Exceptions| Exception | Condition | 
|---|
| Exception |     Thrown when an exception error condition occurs.  | 
See Also