List media info objects by filter and pager
{ "responseProfile": { "objectType": "KalturaDetachedResponseProfile" } }
object responseProfile:object:KalturaBaseResponseProfile
abstract
objectType:string Enum: KalturaDetachedResponseProfile, KalturaResponseProfileHolder, KalturaResponseProfileKalturaBaseResponseProfile must also match any of:
object:KalturaDetachedResponseProfile object:KalturaResponseProfileHolder object:KalturaResponseProfile
{ "filter": { "advancedSearch": { "objectType": "KalturaCatalogItemAdvancedFilter" }, "objectType": "KalturaMediaInfoFilter", "orderBy": "", "flavorAssetIdEqual": "" }, "pager": { "objectType": "KalturaPager", "pageIndex": 0, "pageSize": 0 } }
object filter:object:KalturaMediaInfoFilter orderBy:string KalturaMediaInfoFilter must also match all of:
object:KalturaMediaInfoBaseFilter pager:object:KalturaFilterPager The KalturaFilterPager object enables paging management to be applied upon service list actions.
KalturaFilterPager must also match all of:
object:KalturaPager
Success
{ "objectType": "KalturaListResponse", "totalCount": 0, "objects": [ { "audioBitRate": 0, "audioBitRateMode": 1, "audioChannels": 0, "audioCodecId": "", "audioDuration": 0, "audioFormat": "", "audioResolution": 0, "audioSamplingRate": 0, "bitsDepth": 0, "chromaSubsampling": "", "colorPrimaries": "", "colorSpace": "", "colorTransfer": "", "complexityValue": 0, "containerBitRate": 0, "containerDuration": 0, "containerFormat": "", "containerId": "", "containerProfile": "", "contentStreams": "", "fileSize": 0, "flavorAssetId": "", "id": 0, "isFastStart": 0, "matrixCoefficients": "", "maxGOP": 0, "multiStream": "", "multiStreamInfo": "", "pixelFormat": "", "rawData": "", "scanType": 0, "videoBitRate": 0, "videoBitRateMode": 1, "videoCodecId": "", "videoDar": 0, "videoDuration": 0, "videoFormat": "", "videoFrameRate": 0, "videoHeight": 0, "videoRotation": 0, "videoWidth": 0, "writingLib": "" } ] }
object:KalturaMediaInfoListResponse objects:array[object:KalturaMediaInfo] object:KalturaMediaInfo audioBitRate:integer The audio bit rate
audioBitRateMode:integer Enum: CBR [1], VBR [2]Enum Type:
KalturaBitRateMode
The audio bit rate mode
audioChannels:integer The number of audio channels
audioCodecId:string The audio codec id
audioDuration:integer The audio duration
audioFormat:string The audio format
audioResolution:integer The audio resolution
audioSamplingRate:integer The audio sampling rate
bitsDepth:integer chromaSubsampling:string colorPrimaries:string colorSpace:string colorTransfer:string complexityValue:integer containerBitRate:integer The container bit rate
containerDuration:integer The container duration
containerFormat:string The container format
containerId:string The container id
containerProfile:string The container profile
contentStreams:string fileSize:integer The file size
flavorAssetId:string The id of the related flavor asset
id:integer
readOnly
The id of the media info
isFastStart:integer matrixCoefficients:string maxGOP:number multiStream:string multiStreamInfo:string pixelFormat:string rawData:string The data as returned by the mediainfo command line
scanType:integer videoBitRate:integer The video bit rate
videoBitRateMode:integer Enum: CBR [1], VBR [2]Enum Type:
KalturaBitRateMode
The video bit rate mode
videoCodecId:string The video codec id
videoDar:number The video display aspect ratio (dar)
videoDuration:integer The video duration
videoFormat:string The video format
videoFrameRate:number The video frame rate
videoHeight:integer The video height
videoRotation:integer videoWidth:integer The video width
writingLib:string The writing library
KalturaMediaInfoListResponse must also match all of:
object:KalturaListResponse