Click or drag to resize
AacAccessUnitToolGetNumberOfFramesInAu Method (Byte, Int32, Int32)
Gets the number of frames contained in an AU.

Namespace: StreamCoders.Encoder
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public int GetNumberOfFramesInAu(
	byte[] buffer,
	int offset,
	int count
)

Parameters

buffer
Type: SystemByte
Buffer to analyse.
offset
Type: SystemInt32
Offset into buffer.
count
Type: SystemInt32
Number of elements in buffer.

Return Value

Type: Int32
Returns the number of frames.
See Also