Constructor.
Namespace: StreamCoders.RtpAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public FrameCreator(
int mtuSize,
int ssrc,
double clockResolution,
int payloadType
)
Public Sub New (
mtuSize As Integer,
ssrc As Integer,
clockResolution As Double,
payloadType As Integer
)
public:
FrameCreator(
int mtuSize,
int ssrc,
double clockResolution,
int payloadType
)
new :
mtuSize : int *
ssrc : int *
clockResolution : float *
payloadType : int -> FrameCreator
Parameters
- mtuSize
- Type: SystemInt32
MTU size of the transport you will be using to send frame.
- ssrc
- Type: SystemInt32
the Ssrc the packets of the frame will contain.
- clockResolution
- Type: SystemDouble
the clock resolution of the H.264 packets. Usually: 90000.
- payloadType
- Type: SystemInt32
the payload type.
See Also