Package net.bramp.ffmpeg.info
Class Format
- java.lang.Object
-
- net.bramp.ffmpeg.info.Format
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)booleangetCanDemux()booleangetCanMux()StringgetLongName()StringgetName()inthashCode()StringtoString()
-
-
-
Method Detail
-
getLongName
public String getLongName()
-
getCanDemux
public boolean getCanDemux()
-
getCanMux
public boolean getCanMux()
-
-