Click or drag to resize

IVideoTechnicalMetadata Properties


The IVideoTechnicalMetadata type exposes the following members.

Properties
  Name Description
Public property AudioBitMode Gets the name of bit mode
(Inherited from IAudioTechnicalMetadata)
Public property AudioBitRate Gets the bit rate
(Inherited from IAudioTechnicalMetadata)
Public property Code example AudioCodec Gets the name of audio codec
(Inherited from IAudioTechnicalMetadata)
Public property AudioCodecVersion Gets the version number of the audio codec
(Inherited from IAudioTechnicalMetadata)
Public property Channels Gets number of audio channels
(Inherited from IAudioTechnicalMetadata)
Public property Colors Gets number of colors show up in the video
Public property Extension Gets the extension of the file, with dot in the front
(Inherited from ITechnicalMetadata)
Public property FileCreated Gets the time when the Asset was created.
(Inherited from ITechnicalMetadata)
Public property FileLastModified Gets the time when the Asset was last modified.
(Inherited from ITechnicalMetadata)
Public property FileName Gets the file name, including extension
(Inherited from ITechnicalMetadata)
Public property FileSize Gets the size of file (bytes)
(Inherited from ITechnicalMetadata)
Public property Code example FrameRate Gets the frame rate
Public property Height Gets height of the content
(Inherited from IVisualTechnicalMetadata)
Public property SampleRate Gets the sampling rate
(Inherited from IAudioTechnicalMetadata)
Public property VideoBitRate Gets the video bit rate
Public property VideoCodec Gets the video codec name
Public property VideoCodecVersion Gets the version number of the video codec
Public property Width Gets the width of the content
(Inherited from IVisualTechnicalMetadata)
Top
See Also