Click or drag to resize

IVideoTechnicalMetadata Properties


The IVideoTechnicalMetadata type exposes the following members.

Properties
  NameDescription
Public propertyAudioBitMode
Gets the name of bit mode
(Inherited from IAudioTechnicalMetadata.)
Public propertyAudioBitRate
Gets the bit rate
(Inherited from IAudioTechnicalMetadata.)
Public propertyCode exampleAudioCodec
Gets the name of audio codec
(Inherited from IAudioTechnicalMetadata.)
Public propertyAudioCodecVersion
Gets the version number of the audio codec
(Inherited from IAudioTechnicalMetadata.)
Public propertyChannels
Gets number of audio channels
(Inherited from IAudioTechnicalMetadata.)
Public propertyColors
Gets number of colors show up in the video
Public propertyExtension
Gets the extension of the file, with dot in the front
(Inherited from ITechnicalMetadata.)
Public propertyFileCreated
Gets the time when the Asset was created.
(Inherited from ITechnicalMetadata.)
Public propertyFileLastModified
Gets the time when the Asset was last modified.
(Inherited from ITechnicalMetadata.)
Public propertyFileName
Gets the file name, including extension
(Inherited from ITechnicalMetadata.)
Public propertyFileSize
Gets the size of file (bytes)
(Inherited from ITechnicalMetadata.)
Public propertyCode exampleFrameRate
Gets the frame rate
Public propertyHeight
Gets height of the content
(Inherited from IVisualTechnicalMetadata.)
Public propertySampleRate
Gets the sampling rate
(Inherited from IAudioTechnicalMetadata.)
Public propertyVideoBitRate
Gets the video bit rate
Public propertyVideoCodec
Gets the video codec name
Public propertyVideoCodecVersion
Gets the version number of the video codec
Public propertyWidth
Gets the width of the content
(Inherited from IVisualTechnicalMetadata.)
Top
See Also