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

    Interface IEngineEventMediaResourceData

    Contains information about a media resource related with certain an EngineEvent.

    interface IEngineEventMediaResourceData {
        isDataUrl: boolean;
        isRemoteUrl: boolean;
        mediaTypeCategory: MediaTypeCategory;
        resourceUrl: string;
    }

    Properties

    isDataUrl: boolean

    If the resource URL is a base64 URL

    isRemoteUrl: boolean

    If the resource URL is a remote http URL.

    mediaTypeCategory: MediaTypeCategory

    What kind of media this resource is, i.e. image, video or audio.

    resourceUrl: string

    Return the source URL that can be used to fetch a Resource from the publication's ResourceProvider.