H264FrameCreator Constructor |
Constructor.
Namespace: StreamCoders.RtpAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic H264FrameCreator(
int mtuSize,
int ssrc,
double clockResolution,
int payloadType
)
Public Sub New (
mtuSize As Integer,
ssrc As Integer,
clockResolution As Double,
payloadType As Integer
)
public:
H264FrameCreator(
int mtuSize,
int ssrc,
double clockResolution,
int payloadType
)
new :
mtuSize : int *
ssrc : int *
clockResolution : float *
payloadType : int -> H264FrameCreator
Parameters
- mtuSize
- Type: SystemInt32
MTU size of the transport you will be using to send frame over.
- 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