PHP-FFMpeg API
Interface

FFMpeg\Format\Audio\Interactive

interface Interactive implements Transcodable

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 Transcodable
array getAvailableAudioCodecs()

Returns the list of available audio codecs for this format

Details

in Transcodable at line 27
public string getAudioCodec()

Returns the audio codec

Return Value

string

at line 29
public array getAvailableAudioCodecs()

Returns the list of available audio codecs for this format

Return Value

array