Kaltura API DocumentationmediaInfo.list

List media info objects by filter and pager

Try it out
post https://www.kaltura.com/api_v3/service/mediainfo/action/list

Request Parameters

body:object
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

Response

Success

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