public abstract class OggAudioInfoTool extends Object
Modifier and Type | Class and Description |
---|---|
protected static class |
OggAudioInfoTool.InfoAudioStats |
protected static class |
OggAudioInfoTool.InfoPacketReader |
Constructor and Description |
---|
OggAudioInfoTool() |
Modifier and Type | Method and Description |
---|---|
protected static String |
format1(double d) |
protected static String |
format2(double d) |
protected static String |
formatBitrate(double bitrate) |
abstract String |
getDefaultExtension() |
abstract String |
getToolName() |
static void |
handleMain(String[] args,
OggAudioInfoTool tool) |
static void |
listTags(OggAudioHeaders oa) |
static void |
printHelp(OggAudioInfoTool tool) |
abstract void |
process(File file,
boolean debugging) |
public static void handleMain(String[] args, OggAudioInfoTool tool) throws Exception
Exception
public abstract void process(File file, boolean debugging) throws IOException
IOException
public abstract String getToolName()
public abstract String getDefaultExtension()
public static void printHelp(OggAudioInfoTool tool)
public static void listTags(OggAudioHeaders oa)
protected static String format2(double d)
protected static String format1(double d)
protected static String formatBitrate(double bitrate)
Copyright © 2017. All rights reserved.