import * as $dara from '@darabonba/typescript'; export declare class BatchGetMediaInfosResponseBodyMediaInfosFileInfoListAudioStreamInfoList extends $dara.Model { bitrate?: string; channelLayout?: string; channels?: string; codecLongName?: string; codecName?: string; codecTag?: string; codecTagString?: string; codecTimeBase?: string; duration?: string; fps?: string; index?: string; lang?: string; numFrames?: string; profile?: string; sampleFmt?: string; sampleRate?: string; startTime?: string; timebase?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class BatchGetMediaInfosResponseBodyMediaInfosFileInfoListFileBasicInfo extends $dara.Model { /** * @remarks * The bitrate. * * @example * 1132.68 */ bitrate?: string; /** * @remarks * The duration. * * @example * 200 */ duration?: string; /** * @remarks * The file name. * * @example * example */ fileName?: string; /** * @remarks * The file size. Unit: bytes. * * @example * 30611502 */ fileSize?: string; /** * @remarks * The file status. * * @example * Normal */ fileStatus?: string; /** * @remarks * The file type. * * @example * source_file */ fileType?: string; /** * @remarks * The Object Storage Service (OSS) URL of the file. * * @example * http://example-bucket.oss-cn-shanghai.aliyuncs.com/example.mp4?Expires=&OSSAccessKeyId=&Signature=&security-token= */ fileUrl?: string; /** * @remarks * The container format. * * @example * mov,mp4,m4a,3gp,3g2,mj2 */ formatName?: string; /** * @remarks * The height. * * @example * 1080 */ height?: string; /** * @remarks * The region in which the file resides. * * @example * cn-shanghai */ region?: string; /** * @remarks * The width. * * @example * 1920 */ width?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class BatchGetMediaInfosResponseBodyMediaInfosFileInfoListSubtitleStreamInfoList extends $dara.Model { codecLongName?: string; codecName?: string; codecTag?: string; codecTagString?: string; codecTimeBase?: string; duration?: string; index?: string; lang?: string; startTime?: string; timebase?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class BatchGetMediaInfosResponseBodyMediaInfosFileInfoListVideoStreamInfoList extends $dara.Model { avgFPS?: string; bitrate?: string; codecLongName?: string; codecName?: string; codecTag?: string; codecTagString?: string; codecTimeBase?: string; dar?: string; duration?: string; fps?: string; hasBFrames?: string; height?: string; index?: string; lang?: string; level?: string; nbFrames?: string; numFrames?: string; pixFmt?: string; profile?: string; rotate?: string; sar?: string; startTime?: string; timebase?: string; width?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class BatchGetMediaInfosResponseBodyMediaInfosFileInfoList extends $dara.Model { audioStreamInfoList?: BatchGetMediaInfosResponseBodyMediaInfosFileInfoListAudioStreamInfoList[]; /** * @remarks * The basic information of the file, including the duration and size. */ fileBasicInfo?: BatchGetMediaInfosResponseBodyMediaInfosFileInfoListFileBasicInfo; subtitleStreamInfoList?: BatchGetMediaInfosResponseBodyMediaInfosFileInfoListSubtitleStreamInfoList[]; videoStreamInfoList?: BatchGetMediaInfosResponseBodyMediaInfosFileInfoListVideoStreamInfoList[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class BatchGetMediaInfosResponseBodyMediaInfosMediaBasicInfo extends $dara.Model { biz?: string; /** * @remarks * The business type of the media asset. * * @example * general */ businessType?: string; /** * @remarks * The category of the media asset. */ category?: string; /** * @remarks * The thumbnail URL of the media asset. * * @example * http://example-bucket.oss-cn-shanghai.aliyuncs.com/example.png?Expires=&OSSAccessKeyId=&Signature=&security-token= */ coverURL?: string; /** * @remarks * The time when the media asset was created. * * @example * 2020-12-26T04:11:10Z */ createTime?: string; /** * @remarks * The time when the media asset was deleted. * * @example * 2020-12-26T04:11:10Z */ deletedTime?: string; /** * @remarks * The description of the media asset. */ description?: string; /** * @remarks * The URL of the media asset in another service. * * @example * https://example-bucket.oss-cn-shanghai.aliyuncs.com/example.mp4 */ inputURL?: string; /** * @remarks * MediaId * * @example * ******c48fb37407365d4f2cd8****** */ mediaId?: string; /** * @remarks * The tags of the media asset. */ mediaTags?: string; /** * @remarks * The type of the media asset. Valid values: * * \\- image * * \\- video * * \\- audio * * \\- text * * @example * video */ mediaType?: string; /** * @remarks * The time when the media asset was last modified. * * @example * 2020-12-26T04:11:12Z */ modifiedTime?: string; /** * @remarks * The snapshots of the media asset. * * @example * [{"bucket":"example-bucket","count":"3","iceJobId":"******f48f0e4154976b2b8c45******","location":"oss-cn-beijing","snapshotRegular":"example.jpg","templateId":"******e6a6440b29eb60bd7c******"}] */ snapshots?: string; /** * @remarks * The source of the media asset. Valid values: * * \\- oss * * \\- vod * * @example * oss */ source?: string; /** * @remarks * The sprite. * * @example * [{"bucket":"example-bucket","count":"32","iceJobId":"******83ec44d58b2069def2e******","location":"oss-cn-shanghai","snapshotRegular":"example/example-{Count}.jpg","spriteRegular":"example/example-{TileCount}.jpg","templateId":"******e438b14ff39293eaec25******","tileCount":"1"}] */ spriteImages?: string; /** * @remarks * The status of the media asset. * * @example * Normal */ status?: string; /** * @remarks * The title of the media asset. */ title?: string; /** * @remarks * The transcoding status of the media asset. * * @example * Init */ transcodeStatus?: string; /** * @remarks * The user data. * * @example * userDataTest */ userData?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class BatchGetMediaInfosResponseBodyMediaInfosMediaDynamicInfoDynamicMetaData extends $dara.Model { data?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class BatchGetMediaInfosResponseBodyMediaInfosMediaDynamicInfo extends $dara.Model { dynamicMetaData?: BatchGetMediaInfosResponseBodyMediaInfosMediaDynamicInfoDynamicMetaData; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class BatchGetMediaInfosResponseBodyMediaInfos extends $dara.Model { /** * @remarks * FileInfos */ fileInfoList?: BatchGetMediaInfosResponseBodyMediaInfosFileInfoList[]; /** * @remarks * The basic information of the media asset. */ mediaBasicInfo?: BatchGetMediaInfosResponseBodyMediaInfosMediaBasicInfo; mediaDynamicInfo?: BatchGetMediaInfosResponseBodyMediaInfosMediaDynamicInfo; /** * @remarks * The ID of the media asset. * * @example * ******c48fb37407365d4f2cd8****** */ mediaId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class BatchGetMediaInfosResponseBody extends $dara.Model { ignoredList?: string[]; /** * @remarks * The queried media assets. */ mediaInfos?: BatchGetMediaInfosResponseBodyMediaInfos[]; /** * @remarks * The request ID. * * @example * ******11-DB8D-4A9A-875B-275798****** */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }