Micrio Client - v6.0.0
    Preparing search index...

    Type Alias Video

    Video: BaseAsset & {
        autoplay: boolean;
        controls: boolean;
        duration: number;
        hasH265?: boolean;
        height: number;
        loop: boolean;
        loopAfter?: number;
        muted: boolean;
        streamId?: string;
        transparent: boolean;
        width: number;
    }

    Type Declaration

    • autoplay: boolean

      Video autoplays

    • controls: boolean

      Show controls

    • duration: number

      The video duration

    • OptionalhasH265?: boolean

      Video has a separately uploaded Mac H265 transparent src

    • height: number

      The video height

    • loop: boolean

      Video loops

    • OptionalloopAfter?: number

      Video loops after X seconds waiting

    • muted: boolean

      Video is muted

    • OptionalstreamId?: string

      Cloudflare Stream ID

    • transparent: boolean

      Video has alpha transparency

    • width: number

      The video width