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