Uses of Interface
com.github.kokorin.jaffree.ffprobe.data.ValueConverter
Packages that use ValueConverter
Package
Description
Classes used to integrate with ffprobe.
Package contains classes for data structures and parsers for ffprobe result.
-
Uses of ValueConverter in com.github.kokorin.jaffree.ffprobe
Methods in com.github.kokorin.jaffree.ffprobe with parameters of type ValueConverterModifier and TypeMethodDescription<T> TSideData.getValue(String name, ValueConverter<T> converter) Shortcut forthis.getProbeData().getValue(name, converter). -
Uses of ValueConverter in com.github.kokorin.jaffree.ffprobe.data
Methods in com.github.kokorin.jaffree.ffprobe.data with parameters of type ValueConverterModifier and TypeMethodDescription<T> TAbstractProbeData.getSubDataValue(String name, String property, ValueConverter<T> converter) Returns value of nested data property converted to T type.<T> TProbeData.getSubDataValue(String name, String property, ValueConverter<T> converter) Returns value of nested data property converted to T type.<T> TAbstractProbeData.getValue(String name, ValueConverter<T> converter) Returns property value converted to T-type using passed in convertor.<T> TProbeData.getValue(String name, ValueConverter<T> converter) Returns property value converted to T-type using passed in convertor.