RtspMessage Constructor (ArraySegmentByte) |
Creates a managed representation of an abstract RtspMessage concept from RFC2326.
Namespace:
Ozeki.Camera
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic 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