org.jnetstream.capture
Interface FormatType.Detail

Enclosing class:
FormatType

public static interface FormatType.Detail

Detailed information about a specific format.

Author:
Mark Bednarczyk, Sly Technologies, Inc.

Method Summary
 java.lang.String getDetailedName()
          Retrieves the detailed name for this format.
 FormatType getType()
          Retrieves the core format type.
 

Method Detail

getType

FormatType getType()
Retrieves the core format type. Core formats are supplied with jNetStream distribution.

Returns:
enum constant of file type.

getDetailedName

java.lang.String getDetailedName()
Retrieves the detailed name for this format. Subtypes are not neccessarily supplied with the default distribution of jNetStream but may be provided by other means.

Returns:
name of the subtype even if its not part of jNetStream core distribution