public interface AudioResource extends ContentResource
UNKNOWN_MIME_TYPE| Modifier and Type | Method and Description |
|---|---|
int |
getBitsPerSample()
Returns the number of bits per sample or -1 if not known.
|
String[] |
getLanguages()
Returns an array of languages associated with this audio content or a zero
length array if not known.
|
int |
getNumberOfChannels()
Returns the number of audio channels, for example, 1 for mono, 2 for stereo, 6 for DTS 5.1 and 7 for DTS 6.1
|
int |
getSampleFrequency()
Returns the sample frequency in Hz of this audio content or -1 if not known.
|
delete, getContentFormat, getContentItem, getContentSize, getCreationDate, getExtendedFileAccessPermissions, getLocator, getNetwork, getProtocol, getResourceProperty, getTransformedContentFormats, isRenderableint getSampleFrequency()
int getNumberOfChannels()
int getBitsPerSample()
String[] getLanguages()
Copyright © 2013 CableLabs. All rights reserved.