Skip to content

/AWS1/CL_CHPLIVECNCTORRTMPCONF

The media pipeline's RTMP configuration object.

CONSTRUCTOR

IMPORTING

Required arguments:

IV_URL TYPE /AWS1/CHPSENSITIVESTRING /AWS1/CHPSENSITIVESTRING

The URL of the RTMP configuration.

Optional arguments:

IV_AUDIOCHANNELS TYPE /AWS1/CHPAUDIOCHANNELSOPTION /AWS1/CHPAUDIOCHANNELSOPTION

The audio channels set for the RTMP configuration

IV_AUDIOSAMPLERATE TYPE /AWS1/CHPAUDIOSAMPLERATEOPTION /AWS1/CHPAUDIOSAMPLERATEOPTION

The audio sample rate set for the RTMP configuration. Default: 48000.


Queryable Attributes

Url

The URL of the RTMP configuration.

Accessible with the following methods

Method Description
GET_URL() Getter for URL, with configurable default
ASK_URL() Getter for URL w/ exceptions if field has no value
HAS_URL() Determine if URL has a value

AudioChannels

The audio channels set for the RTMP configuration

Accessible with the following methods

Method Description
GET_AUDIOCHANNELS() Getter for AUDIOCHANNELS, with configurable default
ASK_AUDIOCHANNELS() Getter for AUDIOCHANNELS w/ exceptions if field has no value
HAS_AUDIOCHANNELS() Determine if AUDIOCHANNELS has a value

AudioSampleRate

The audio sample rate set for the RTMP configuration. Default: 48000.

Accessible with the following methods

Method Description
GET_AUDIOSAMPLERATE() Getter for AUDIOSAMPLERATE, with configurable default
ASK_AUDIOSAMPLERATE() Getter for AUDIOSAMPLERATE w/ exceptions if field has no val
HAS_AUDIOSAMPLERATE() Determine if AUDIOSAMPLERATE has a value