| InterleaveSlice Constructor (Byte, Byte, InterleaveContentType) | 
                Constructs an object of InterleaveSlice.
            
 
Namespace: StreamCoders.RtspAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic InterleaveSlice(
	byte[] sliceBuffer,
	byte channel,
	InterleaveContentType sliceType
)
Public Sub New ( 
	sliceBuffer As Byte(),
	channel As Byte,
	sliceType As InterleaveContentType
)
public:
InterleaveSlice(
	array<unsigned char>^ sliceBuffer, 
	unsigned char channel, 
	InterleaveContentType sliceType
)
new : 
        sliceBuffer : byte[] * 
        channel : byte * 
        sliceType : InterleaveContentType -> InterleaveSliceParameters
- sliceBuffer
 - Type: SystemByte
  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