Click or drag to resize

IAudioTechnicalMetadata Interface

Represents technical metadata of an Asset with audio content

Namespace:  Ingeniux.Runtime.Assets
Assembly:  IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.3.169
Syntax
public interface IAudioTechnicalMetadata : IMediaTechnicalMetadata, 
	ITechnicalMetadata

The IAudioTechnicalMetadata type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleAudioCodec
Gets the name of audio codec
Public propertyAudioCodecVersion
Gets the version number of the audio codec
Public propertyBitsPerSample
Gets the bit rate
Public propertyChannels
Gets number of audio channels
Public propertyDataRate
Gets the data rate of the media
(Inherited from IMediaTechnicalMetadata.)
Public propertyDataRateVariable
Gets whether the media adopts variable data rate
(Inherited from IMediaTechnicalMetadata.)
Public propertyDuration
Gets the duration of the media
(Inherited from IMediaTechnicalMetadata.)
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 propertyFormatName
Gets the name of the media format
(Inherited from IMediaTechnicalMetadata.)
Public propertyFormatVersion
Gets the version of the media format
(Inherited from IMediaTechnicalMetadata.)
Public propertySampleFrames
Gets sampling frames
Public propertySampleFrequency
Gets sampling frequency
Top
Methods
  NameDescription
Public methodSerialize
Serialize the metadata to XML for exports
(Inherited from ITechnicalMetadata.)
Top
See Also