Uses of Class
com.avpkit.core.ITimeValue.Unit
-
Packages that use ITimeValue.Unit Package Description com.avpkit.core An advanced API for reading, decoding, re-sampling, encoding and writing of most media files. -
-
Uses of ITimeValue.Unit in com.avpkit.core
Methods in com.avpkit.core that return ITimeValue.Unit Modifier and Type Method Description static ITimeValue.UnitITimeValue.Unit. swigToEnum(int swigValue)static ITimeValue.UnitITimeValue.Unit. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ITimeValue.Unit[]ITimeValue.Unit. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.avpkit.core with parameters of type ITimeValue.Unit Modifier and Type Method Description longITimeValue. get(ITimeValue.Unit unit)Deprecated.Get the value of this ITimeValue, in the specified Unit.static ITimeValueITimeValue. make(long value, ITimeValue.Unit unit)Deprecated.Make a new time value.
-