Class FlatFormatParser.ProbeDataMap
java.lang.Object
com.github.kokorin.jaffree.ffprobe.data.AbstractProbeData
com.github.kokorin.jaffree.ffprobe.data.FlatFormatParser.ProbeDataMap
- All Implemented Interfaces:
ProbeData
- Enclosing class:
FlatFormatParser
public static final class FlatFormatParser.ProbeDataMap
extends AbstractProbeData
implements ProbeData
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetSubData(String name) Returns nested data.getSubDataList(String name) Returns nested data list.Returns property value as is (without any conversion).Methods inherited from class com.github.kokorin.jaffree.ffprobe.data.AbstractProbeData
getBoolean, getDouble, getFloat, getInteger, getLogCategory, getLogLevel, getLong, getRatio, getRational, getStreamType, getString, getSubData, getSubDataDouble, getSubDataFloat, getSubDataInteger, getSubDataList, getSubDataLong, getSubDataString, getSubDataValue, getSubDataValue, getValueMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.github.kokorin.jaffree.ffprobe.data.ProbeData
getBoolean, getDouble, getFloat, getInteger, getLogCategory, getLogLevel, getLong, getRatio, getRational, getStreamType, getString, getSubData, getSubDataDouble, getSubDataFloat, getSubDataInteger, getSubDataList, getSubDataLong, getSubDataString, getSubDataValue, getSubDataValue, getValue
-
Constructor Details
-
ProbeDataMap
Creates ProbeDataMap.- Parameters:
data- data map
-
-
Method Details
-
getValue
Description copied from interface:ProbeDataReturns property value as is (without any conversion). -
getSubData
Description copied from interface:ProbeDataReturns nested data.- Specified by:
getSubDatain interfaceProbeData- Parameters:
name- sub-data name- Returns:
- nested property
-
getSubDataList
Description copied from interface:ProbeDataReturns nested data list.- Specified by:
getSubDataListin interfaceProbeData- Parameters:
name- property name- Returns:
- nested data list
-