Type alias ParsedContainerComponentType

ParsedContainerComponentType: {
    audioFormat?: string;
    containerFormat?: string;
    containerMediaInfo?: ParsedBaseMediaInfoType;
    containerMetadata?: {
        [key: string]: string;
    };
    duration?: string;
    durationTimeCode?: TimeCodeType;
    originalFilename?: string;
    startTimecode?: TimeCodeType;
    startTimestamp?: TimeCodeType;
    textFormat?: string;
    videoFormat?: string;
} & ParsedFileType

Parsed container component