interface InteractiveAudio implements Audio
The interactive audio interface.
This provide a method to list available
 codecs. This is usefull to build interactive development and switch between
 different codecs
Methods
| string | getAudioCodec() Returns the audio codec | from Audio | 
| integer | getKiloBitrate() Get the kiloBitrate value | from Audio | 
| array | getAvailableAudioCodecs() Returns the list of available audio codecs for this format | 
Details
        in Audio at line 27
                    public            string
    getAudioCodec()
    
    Returns the audio codec
        in Audio at line 34
                    public            integer
    getKiloBitrate()
    
    Get the kiloBitrate value
        at line 31
                    public            array
    getAvailableAudioCodecs()
    
    Returns the list of available audio codecs for this format