Custom Audio Type
class CustomAudioType(val audioMode: Int, val audioAttributes: AudioAttributes, val audioStreamType: Int) : AudioType
An audio type that takes in a user-defined AudioAttributes and audio stream type.
An audio type that takes in a user-defined AudioAttributes and audio stream type.