VqDynamicPayloadConfig Object


Description:

Custom-defined dynamic RTP payload.

VqDynamicPayloadConfig Writable Attributes

Attribute Description
Common Writable Attributes Active, Name
Codec

CODEC associated with this payload type.

Type: enum

Default: MPEG2

Possible Values:

Value Description
MPEG_L1

MPEG-1 Layer 1 audio CODEC.

MPEG_L2

MPEG-1 Layer 2 audio CODEC.

MPEG_L3

MPEG-1 Layer 3 audio CODEC.

MPEG2_AAC

MPEG-2 Advanced Audio Coding CODEC.

AC3

AC-3 audio CODEC.

MPEG4_AAC

MPEG-4 Advanced Audio Coding CODEC.

MPEG4_LD_AAC

MPEG-4 Low Delay Advanced Audio Coding CODEC.

MPEG4_HE_AAC

MPEG-4 High Efficiency Advanced Audio Coding CODEC.

JPEG

Motion JPEG video CODEC.

MPEG1

MPEG-1 video CODEC.

MPEG2

MPEG-2 video CODEC.

H261

ITU-T H.261 video CODEC.

H263

ITU-T 1996 version of H.263 video CODEC.

H263_PLUS

ITU-T 1998 version of H.263 video CODEC.

H264

ITU-T H.264 video CODEC.

MPEG4

MPEG-4 video CODEC.

VC1

Microsoft VC1 video CODEC.

FrameHeight

Height, in pixels, of the video frame. (Only applicable to video CODECs.)

Type: u16

Default: 486

Range: 50 - 65535

FrameWidth

Width, in pixels, of the video frame. (Only applicable to video CODECs.)

Type: u16

Default: 720

Range: 50 - 65535

PayloadType

RTP Payload Type for this custom stream.

Type: u8

Default: 96

Range: 96 - 127

VqDynamicPayloadConfig Read-Only Attributes

There are no read-only attributes.