RtspMessage Constructor (ArraySegmentByte) |
Creates a managed representation of an abstract RtspMessage concept from RFC2326.
Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public RtspMessage(
ArraySegment<byte> packet
)
Public Sub New (
packet As ArraySegment(Of Byte)
)
public:
RtspMessage(
ArraySegment<unsigned char> packet
)
new :
packet : ArraySegment<byte> -> RtspMessage
Parameters
- packet
- Type: SystemArraySegmentByte
The array segment which contains the packet in whole at the offset of the segment. The Count of the segment may not contain more bytes than a RFC2326 message may contain.
See Also