Interface OggCodecHandler
-
- All Known Implementing Classes:
OggFlacCodecHandler,OggOpusCodecHandler,OggVorbisCodecHandler
public interface OggCodecHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetMaximumFirstPacketLength()booleanisMatchingIdentifier(int identifier)OggTrackBlueprintloadBlueprint(OggPacketInputStream stream, DirectBufferStreamBroker broker)OggMetadataloadMetadata(OggPacketInputStream stream, DirectBufferStreamBroker broker)
-
-
-
Method Detail
-
isMatchingIdentifier
boolean isMatchingIdentifier(int identifier)
-
getMaximumFirstPacketLength
int getMaximumFirstPacketLength()
-
loadBlueprint
OggTrackBlueprint loadBlueprint(OggPacketInputStream stream, DirectBufferStreamBroker broker) throws java.io.IOException
- Throws:
java.io.IOException
-
loadMetadata
OggMetadata loadMetadata(OggPacketInputStream stream, DirectBufferStreamBroker broker) throws java.io.IOException
- Throws:
java.io.IOException
-
-