RtpPacket Constructor (ArraySegmentByte) |
Constructor taking a fully contained RTP packet to be parsed.
Namespace: StreamCoders.RtpAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic RtpPacket(
ArraySegment<byte> segmentData
)
Public Sub New (
segmentData As ArraySegment(Of Byte)
)
public:
RtpPacket(
ArraySegment<unsigned char> segmentData
)
new :
segmentData : ArraySegment<byte> -> RtpPacket
Parameters
- segmentData
- Type: SystemArraySegmentByte
ArraySegment containing RTP packet to be parsed.
Remarks
Use this constructor to parse incoming RTP packets.
See Also