Click or drag to resize
FrameCreatorCreateFrame Method
Implements the creation of an RTP frame with respect to MTU size. Timing information for each frame must be provided by the input buffer.

Namespace: StreamCoders.Rtp
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public virtual RtpFrame CreateFrame(
	MediaBuffer<byte> inputData
)

Parameters

inputData
Type: StreamCodersMediaBufferByte
Input buffer containing the payload to be packetized.

Return Value

Type: RtpFrame
A new frame split into 1 or more RTP packets.
See Also