VideoComponentType: MediaComponentType & {
    averageFrameRate?: TimeBaseType;
    bitDepth?: number;
    bitsPerPixel?: number;
    codecTimeBase?: TimeBaseType;
    colorPrimaries?: string;
    colr_matrix?: number;
    colr_primaries?: number;
    colr_transfer_function?: number;
    containerSAR?: AspectRatioType;
    displayHeight?: RationalType;
    displayWidth?: RationalType;
    displayXOffset?: RationalType;
    displayYOffset?: RationalType;
    dropFrame?: boolean;
    fieldOrder?: string;
    maxBFrames?: number;
    max_packet_size?: number;
    mediaInfo?: VideoMediaInfoType;
    pixelAspectRatio?: AspectRatioType;
    pixelFormat?: string;
    realBaseFrameRate?: TimeBaseType;
    resolution?: ResolutionType;
    startTimecode?: number;
    ticks_per_frame?: number;
    videoStandard?: {
        type: string;
        value?: string;
    };
}