| InterleaveSliceChannelId Property  | 
                Gets or sets the ChannelId.
            
 
Namespace: StreamCoders.RtspAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic byte ChannelId { get; set; }Public Property ChannelId As Byte
	Get
	Set
public:
property unsigned char ChannelId {
	unsigned char get ();
	void set (unsigned char value);
}member ChannelId : byte with get, set
Property Value
Type: 
Byte
                The interleave channel this slice represents.
            
See Also