Added configuration for audio channels
This commit is contained in:
parent
4bea49478c
commit
7004e53399
8 changed files with 130 additions and 17 deletions
|
|
@ -19,6 +19,13 @@ interface AudioInterface extends FormatInterface
|
|||
*/
|
||||
public function getAudioKiloBitrate();
|
||||
|
||||
/**
|
||||
* Gets the audio channels value.
|
||||
*
|
||||
* @return integer
|
||||
*/
|
||||
public function getAudioChannels();
|
||||
|
||||
/**
|
||||
* Returns the audio codec.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue