InterleaveSlice Class |
Namespace: StreamCoders.Rtsp
The InterleaveSlice type exposes the following members.
Name | Description | |
---|---|---|
![]() | InterleaveSlice(ArraySegmentByte, Byte, InterleaveContentType) |
Constructs an object of InterleaveSlice.
|
![]() | InterleaveSlice(Byte, Byte, InterleaveContentType) |
Constructs an object of InterleaveSlice.
|
![]() | InterleaveSlice(OffsetBufferByte, Byte, InterleaveContentType) |
Constructs an object of InterleaveSlice.
|
Name | Description | |
---|---|---|
![]() | ArrivalTime |
Gets or sets the Arrival-time of the packet.
|
![]() | Buffer |
Gets or sets the data buffer.
|
![]() | ChannelId |
Gets or sets the ChannelId.
|
![]() | SliceType |
Gets or sets the SliceType.
|
Name | Description | |
---|---|---|
![]() | ToByteArray |
Creates (serializes) an RTSP interleave packet from InterleaveSlice object. SliceType
must be regular payload (SliceType must be Payload).
|
Name | Description | |
---|---|---|
![]() | Copy | Overloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.) |
![]() | Copy(Object) | Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.) |