CustomAudioType

class CustomAudioType(audioMode: Int, audioAttributes: AudioAttributes, audioStreamType: Int) : AudioType

An audio type that takes in a user-defined AudioAttributes and audio stream type.

Constructors

CustomAudioType
Link copied to clipboard
fun CustomAudioType(audioMode: Int, audioAttributes: AudioAttributes, audioStreamType: Int)

Properties

audioAttributes
Link copied to clipboard
val audioAttributes: AudioAttributes
audioMode
Link copied to clipboard
val audioMode: Int
audioStreamType
Link copied to clipboard
val audioStreamType: Int

Sources

SDK source
Link copied to clipboard