AacFrameCreator Constructor |
Namespace: StreamCoders.RtpAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public AacFrameCreator(
int mtuSize,
int ssrc,
double clockResolution,
int payloadType
)
Public Sub New (
mtuSize As Integer,
ssrc As Integer,
clockResolution As Double,
payloadType As Integer
)
public:
AacFrameCreator(
int mtuSize,
int ssrc,
double clockResolution,
int payloadType
)
new :
mtuSize : int *
ssrc : int *
clockResolution : float *
payloadType : int -> AacFrameCreator
Parameters
- mtuSize
- Type: SystemInt32
- ssrc
- Type: SystemInt32
- clockResolution
- Type: SystemDouble
- payloadType
- Type: SystemInt32
See Also