Class FlatFormatParser
java.lang.Object
com.github.kokorin.jaffree.ffprobe.data.FlatFormatParser
- All Implemented Interfaces:
FormatParser
Deprecated.
ffprobe flat format output parser.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringDeprecated.Removes starting-ending quotes and back slashes form value.Deprecated.Returns format name which is passed to ffprobe via -print_format argument.parse(InputStream inputStream) Deprecated.Parses input stream.protected booleanDeprecated.Parses and sets key-value to specified data.
-
Constructor Details
-
FlatFormatParser
public FlatFormatParser()Deprecated.
-
-
Method Details
-
getFormatName
Deprecated.Returns format name which is passed to ffprobe via -print_format argument.- Specified by:
getFormatNamein interfaceFormatParser- Returns:
- format name
-
parse
Deprecated.Parses input stream.- Specified by:
parsein interfaceFormatParser- Parameters:
inputStream- input stream- Returns:
- parsed Data
-
setKeyValue
Deprecated.Parses and sets key-value to specified data.- Parameters:
data- data to add key-value tokey- keyvalue- value- Returns:
- true if parsed and set
-
fixValue
Deprecated.Removes starting-ending quotes and back slashes form value.- Parameters:
value- value- Returns:
- un-escaped value
-
JsonFormatParser