Sanity Library Reference Docs
    Preparing search index...

    Interface VideoPlaybackInfo<T>

    interface VideoPlaybackInfo<
        T extends VideoPlaybackInfoItem = VideoPlaybackInfoItem,
    > {
        animated: T;
        aspectRatio: number;
        duration: number;
        id: string;
        storyboard: T;
        stream: T;
        thumbnail: T;
    }

    Type Parameters

    Index

    Properties

    animated: T
    aspectRatio: number
    duration: number
    id: string
    storyboard: T
    stream: T
    thumbnail: T