Click or drag to resize
AacAccessUnitTool Fields

The AacAccessUnitTool type exposes the following members.

Fields
  NameDescription
Public fieldDontRetain
Indicates whether to respect the MaxPacketSize threshold. If set to true each packet will only contain one AU. If true, it may improve real-time transmission of data, but not utilize the network capacity to the full extent.
Public fieldIndexLength
Number of bits to reserve for AU Index or Delta field.
Public fieldMaxPacketSize
Maximum size of data packet to create. Maximum size should not exceed MaxPacketSize + RtpPacket.HeaderSize > MTU.
Public fieldNetworkConfiguration
Public fieldSizeLength
Number of bits to reserve for AU size field.
Top
See Also