mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2024-11-10 08:34:12 +01:00
Add more audio codecs
This commit is contained in:
parent
46bc75c6d1
commit
35a3f9035f
1 changed files with 5 additions and 1 deletions
|
@ -12,7 +12,11 @@ public enum VideoCodec
|
|||
public enum AudioCodec
|
||||
{
|
||||
Aac,
|
||||
LibVorbis
|
||||
LibVorbis,
|
||||
LibFdk_Aac,
|
||||
Ac3,
|
||||
Eac3,
|
||||
LibMp3Lame
|
||||
}
|
||||
|
||||
public enum Filter
|
||||
|
|
Loading…
Reference in a new issue