Skip to content

/AWS1/CL_MDCFRAMERATE

The frame rate of the video or audio track, expressed as a fraction with numerator and denominator values.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_denominator TYPE /AWS1/MDC__INTEGER /AWS1/MDC__INTEGER

The denominator, or bottom number, in the fractional frame rate. For example, if your frame rate is 24000 / 1001 (23.976 frames per second), then the denominator would be 1001.

iv_numerator TYPE /AWS1/MDC__INTEGER /AWS1/MDC__INTEGER

The numerator, or top number, in the fractional frame rate. For example, if your frame rate is 24000 / 1001 (23.976 frames per second), then the numerator would be 24000.


Queryable Attributes

Denominator

The denominator, or bottom number, in the fractional frame rate. For example, if your frame rate is 24000 / 1001 (23.976 frames per second), then the denominator would be 1001.

Accessible with the following methods

Method Description
GET_DENOMINATOR() Getter for DENOMINATOR, with configurable default
ASK_DENOMINATOR() Getter for DENOMINATOR w/ exceptions if field has no value
HAS_DENOMINATOR() Determine if DENOMINATOR has a value

Numerator

The numerator, or top number, in the fractional frame rate. For example, if your frame rate is 24000 / 1001 (23.976 frames per second), then the numerator would be 24000.

Accessible with the following methods

Method Description
GET_NUMERATOR() Getter for NUMERATOR, with configurable default
ASK_NUMERATOR() Getter for NUMERATOR w/ exceptions if field has no value
HAS_NUMERATOR() Determine if NUMERATOR has a value