Click or drag to resize
AacAccessUnitTool Methods

The AacAccessUnitTool type exposes the following members.

Methods
  NameDescription
Public methodCreateAu
Creates a data packet containing one or more Access Units (AUs).
Public methodCode exampleCreateAuRtpFrame
Creates an AU RTP frame from AAC ADIF or ADTS audio frames.
Public methodExpandAu
Expands an AU to a list of AAC partial frames.
Public methodCode exampleGetNumberOfFramesInAu(OffsetBufferByte)
Gets the number of frames contained in an AU.
Public methodGetNumberOfFramesInAu(Byte, Int32, Int32)
Gets the number of frames contained in an AU.
Public methodReset
Resets internal data structures and clears retained AUs.
Top
Extension Methods
  NameDescription
Public Extension MethodCopyOverloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.)
Public Extension MethodCopy(Object)Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.)
Top
See Also