RtpPacket Constructor (Byte) |
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(
byte[] data
)
Public Sub New (
data As Byte()
)
public:
RtpPacket(
array<unsigned char>^ data
)
new :
data : byte[] -> RtpPacket
Parameters
- data
- Type: SystemByte
Array containg RTP packet to be parsed.
Remarks
Use this constructor to parse incoming RTP packets.
See Also