THEOplayer Web SDK
    Preparing search index...

    Interface TTMLExtent

    Represents the extent of a TTML element, as specified by its tts:extent attribute.

    • Available since v8.1.1.
    interface TTMLExtent {
        height: number;
        width: number;
    }
    Index

    Properties

    Properties

    height: number

    The height, in pixels.

    width: number

    The width, in pixels.