Click or drag to resize
FrameCreator Constructor
Constructor.

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

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