Click or drag to resize
AacFrameCreator Constructor
Initializes a new instance of the AacFrameCreator class

Namespace: StreamCoders.Rtp
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public AacFrameCreator(
	int mtuSize,
	int ssrc,
	double clockResolution,
	int payloadType
)

Parameters

mtuSize
Type: SystemInt32
ssrc
Type: SystemInt32
clockResolution
Type: SystemDouble
payloadType
Type: SystemInt32
See Also