Struct RTPFrame
public struct RTPFrame
  - Inherited Members
 
Constructors
RTPFrame(ushort, uint, byte[], bool)
public RTPFrame(ushort sequence, uint timestamp, byte[] payload, bool missed)
  Parameters
Fields
Missed
public readonly bool Missed
  Field Value
Payload
public readonly byte[] Payload
  Field Value
- byte[]
 
Sequence
public readonly ushort Sequence
  Field Value
Timestamp
public readonly uint Timestamp