public class AudioDetails extends GenericModel
| Modifier and Type | Class and Description | 
|---|---|
static interface  | 
AudioDetails.Compression
**For an archive-type resource,** the format of the compressed archive:
 * `zip` for a **.zip** file
 * `gzip` for a **.tar.gz** file
 Omitted for an audio-type resource. 
 | 
static interface  | 
AudioDetails.Type
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
 * `undetermined` for a resource that the service cannot validate (for example, if the user mistakenly passes a file
 that does not contain audio, such as a JPEG file). 
 | 
| Constructor and Description | 
|---|
AudioDetails()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getCodec()
Gets the codec. 
 | 
java.lang.String | 
getCompression()
Gets the compression. 
 | 
java.lang.Long | 
getFrequency()
Gets the frequency. 
 | 
java.lang.String | 
getType()
Gets the type. 
 | 
equals, hashCode, toStringpublic java.lang.String getType()
public java.lang.String getCodec()
public java.lang.Long getFrequency()
public java.lang.String getCompression()