Interface EncodedVideoChunkInit

    interface EncodedVideoChunkInit {
        data: AllowSharedBufferSource;
        duration?: number;
        timestamp: number;
        type: EncodedVideoChunkType;
    }

    Properties

    duration?: number
    timestamp: number