Click or drag to resize

AudioDetails Properties

The AudioDetails type exposes the following members.

Properties
  NameDescription
Public propertycodec
For an audio-type resource, the codec in which the audio is encoded. Omitted for an archive-type resource.
Public propertycompression
For an archive-type resource, the format of the compressed archive. `zip` for a .zip file. `gzip` for a.tar.gz file
Public propertyfrequency
For an audio-type resource, the sampling rate of the audio in Hertz (samples per second). Omitted for an archive-type resource.
Public propertytype
The type of the audio resource. `audio` for an individual audio file. `archive` for an archive(.zip or .tar.gz) file that contains audio files
Top
See Also