Colibrio Reader Framework API - Cloud license
    Preparing search index...

    Describes a reference to a range within an audio SyncMediaObject.

    interface ISyncMediaAudioRef {
        endMs: number;
        objectIndex: number;
        startMs: number;
        type: AUDIO;
    }

    Hierarchy (View Summary)

    Properties

    endMs: number

    The end offset from start of the media file.

    objectIndex: number

    The index into the SyncMediaTimeline.mediaObjects array where the related SyncMediaObject can be found.

    startMs: number

    The start offset from the start of the media file.

    type: AUDIO