Interface FormatParser
- All Known Implementing Classes:
FlatFormatParser,JsonFormatParser
public interface FormatParser
Represents ffprobe output format parser.
-
Method Summary
Modifier and TypeMethodDescriptionReturns format name which is passed to ffprobe via -print_format argument.parse(InputStream inputStream) Parses input stream.
-
Method Details
-
getFormatName
String getFormatName()Returns format name which is passed to ffprobe via -print_format argument.- Returns:
- format name
-
parse
Parses input stream.- Parameters:
inputStream- input stream- Returns:
- parsed Data
-