Home | History | Annotate | Download | only in media

Lines Matching defs:AudioFormat

260      * @return An array of channel position masks (e.g. {@link AudioFormat#CHANNEL_IN_STEREO},
261 * {@link AudioFormat#CHANNEL_OUT_7POINT1}) for which this audio device can be configured.
263 * @see AudioFormat
274 * @see AudioFormat
294 AudioFormat.channelCountFromOutChannelMask(mask)
295 : AudioFormat.channelCountFromInChannelMask(mask));
312 * @return An array of audio encodings (e.g. {@link AudioFormat#ENCODING_PCM_16BIT},
313 * {@link AudioFormat#ENCODING_PCM_FLOAT}) supported by the audio device.
315 * than 16 bits of integer precision. As there is no AudioFormat constant
320 * @see AudioFormat
325 return AudioFormat.filterPublicFormats(mPort.formats());