Click or drag to resize
AacFrameCreatorCreateFrame Method
Creates an RTP frame from an AAC frame.

Namespace: StreamCoders.Rtp
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public override RtpFrame CreateFrame(
	MediaBuffer<byte> inputData
)

Parameters

inputData
Type: StreamCodersMediaBufferByte
Buffer containing AAC frame. The frame must be an access unit.

Return Value

Type: RtpFrame
Returns a frame containing 1 or more packets.
See Also