AxpMediaServices provides functionality of the audio management. It allows to access to either the audio interface.

interface AxpMediaServices {
    getAudioInterface(): AxpAudioInterface;
}

Methods