/AWS1/CL_IVRPARTICIPANTTHUMB00¶
An object representing a configuration of thumbnails for recorded video from an individual participant.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_targetintervalseconds TYPE /AWS1/IVRTHUMBNAILINTERVALSECS /AWS1/IVRTHUMBNAILINTERVALSECS¶
The targeted thumbnail-generation interval in seconds. This is configurable only if
recordingModeisINTERVAL. Default: 60.
it_storage TYPE /AWS1/CL_IVRTHUMBNAILSTRGTYP00=>TT_THUMBNAILSTORAGETYPELIST TT_THUMBNAILSTORAGETYPELIST¶
Indicates the format in which thumbnails are recorded.
SEQUENTIALrecords all generated thumbnails in a serial manner, to the media/thumbnails/high directory.LATESTsaves the latest thumbnail in media/latest_thumbnail/high/thumb.jpg and overwrites it at the interval specified bytargetIntervalSeconds. You can enable bothSEQUENTIALandLATEST. Default:SEQUENTIAL.
iv_recordingmode TYPE /AWS1/IVRTHUMBNAILRECINGMODE /AWS1/IVRTHUMBNAILRECINGMODE¶
Thumbnail recording mode. Default:
DISABLED.
Queryable Attributes¶
targetIntervalSeconds¶
The targeted thumbnail-generation interval in seconds. This is configurable only if
recordingModeisINTERVAL. Default: 60.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TARGETINTERVALSECONDS() |
Getter for TARGETINTERVALSECONDS, with configurable default |
ASK_TARGETINTERVALSECONDS() |
Getter for TARGETINTERVALSECONDS w/ exceptions if field has |
HAS_TARGETINTERVALSECONDS() |
Determine if TARGETINTERVALSECONDS has a value |
storage¶
Indicates the format in which thumbnails are recorded.
SEQUENTIALrecords all generated thumbnails in a serial manner, to the media/thumbnails/high directory.LATESTsaves the latest thumbnail in media/latest_thumbnail/high/thumb.jpg and overwrites it at the interval specified bytargetIntervalSeconds. You can enable bothSEQUENTIALandLATEST. Default:SEQUENTIAL.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STORAGE() |
Getter for STORAGE, with configurable default |
ASK_STORAGE() |
Getter for STORAGE w/ exceptions if field has no value |
HAS_STORAGE() |
Determine if STORAGE has a value |
recordingMode¶
Thumbnail recording mode. Default:
DISABLED.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RECORDINGMODE() |
Getter for RECORDINGMODE, with configurable default |
ASK_RECORDINGMODE() |
Getter for RECORDINGMODE w/ exceptions if field has no value |
HAS_RECORDINGMODE() |
Determine if RECORDINGMODE has a value |