ProjectedAudioConfig


class ProjectedAudioConfig


Represents the audio configurations for a projected device.

Summary

Public functions

open operator Boolean
equals(other: Any?)
open Int
open String

Public properties

IntArray

The array of supported audio channel counts.

IntArray

The array of supported audio sample rates in Hz.

Int

The audio source type.

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

toString

open fun toString(): String

Public properties

channelCounts

Added in 1.0.0-alpha01
val channelCountsIntArray

The array of supported audio channel counts.

sampleRatesHz

Added in 1.0.0-alpha01
val sampleRatesHzIntArray

The array of supported audio sample rates in Hz.

sourceType

Added in 1.0.0-alpha01
val sourceTypeInt

The audio source type. Values correspond to constants in android.media.MediaRecorder.AudioSource.