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

    Represents a media resource in a SyncMediaTimeline.

    interface ISyncMediaObjectData {
        durationMs: number;
        resourceMetadata: IResourceMetadata;
    }

    Properties

    durationMs: number

    The duration of the media in milliseconds, or null if unknown. Note that this value is extracted from metadata and may not represent the actual duration of the media.

    resourceMetadata: IResourceMetadata

    Information about the resource and its location.