public class OggStreamIdentifier extends Object
Modifier and Type | Class and Description |
---|---|
static class |
OggStreamIdentifier.OggStreamType |
Constructor and Description |
---|
OggStreamIdentifier() |
Modifier and Type | Method and Description |
---|---|
static OggStreamIdentifier.OggStreamType |
identifyType(OggPacket p) |
protected static boolean |
isAnnodex2Stream(OggPacket p) |
protected static boolean |
isCMMLStream(OggPacket p) |
protected static boolean |
isDaalaStream(OggPacket p) |
protected static boolean |
isDiracStream(OggPacket p) |
protected static boolean |
isKateStream(OggPacket p) |
protected static boolean |
isOggOGMStream(OggPacket p) |
protected static boolean |
isOggPCMStream(OggPacket p) |
protected static boolean |
isOggRGBStream(OggPacket p) |
protected static boolean |
isOggUVSStream(OggPacket p) |
protected static boolean |
isOggYUVStream(OggPacket p) |
public static final OggStreamIdentifier.OggStreamType OGG_GENERAL
public static final OggStreamIdentifier.OggStreamType OGG_VIDEO
public static final OggStreamIdentifier.OggStreamType OGG_AUDIO
public static final OggStreamIdentifier.OggStreamType UNKNOWN
public static final OggStreamIdentifier.OggStreamType OGG_VORBIS
public static final OggStreamIdentifier.OggStreamType OPUS_AUDIO
public static final OggStreamIdentifier.OggStreamType OPUS_AUDIO_ALT
public static final OggStreamIdentifier.OggStreamType SPEEX_AUDIO
public static final OggStreamIdentifier.OggStreamType SPEEX_AUDIO_ALT
public static final OggStreamIdentifier.OggStreamType OGG_PCM
public static final OggStreamIdentifier.OggStreamType NATIVE_FLAC
public static final OggStreamIdentifier.OggStreamType OGG_FLAC
public static final OggStreamIdentifier.OggStreamType THEORA_VIDEO
public static final OggStreamIdentifier.OggStreamType THEORA_VIDEO_ALT
public static final OggStreamIdentifier.OggStreamType DAALA_VIDEO
public static final OggStreamIdentifier.OggStreamType DIRAC_VIDEO
public static final OggStreamIdentifier.OggStreamType OGM_VIDEO
public static final OggStreamIdentifier.OggStreamType OGG_UVS
public static final OggStreamIdentifier.OggStreamType OGG_YUV
public static final OggStreamIdentifier.OggStreamType OGG_RGB
public static final OggStreamIdentifier.OggStreamType SKELETON
public static final OggStreamIdentifier.OggStreamType CMML
public static final OggStreamIdentifier.OggStreamType KATE
protected static final byte[] MAGIC_OGG_PCM
protected static final byte[] MAGIC_DAALA
protected static final byte[] MAGIC_DIRAC
protected static final byte[] MAGIC_OGG_OGM
protected static final byte[] MAGIC_OGG_UVS
protected static final byte[] MAGIC_OGG_YUV
protected static final byte[] MAGIC_OGG_RGB
protected static final byte[] MAGIC_CMML
protected static final byte[] MAGIC_KATE
protected static final byte[] MAGIC_ANNODEX2
public static OggStreamIdentifier.OggStreamType identifyType(OggPacket p)
protected static boolean isOggPCMStream(OggPacket p)
protected static boolean isDaalaStream(OggPacket p)
protected static boolean isDiracStream(OggPacket p)
protected static boolean isOggOGMStream(OggPacket p)
protected static boolean isOggUVSStream(OggPacket p)
protected static boolean isOggYUVStream(OggPacket p)
protected static boolean isOggRGBStream(OggPacket p)
protected static boolean isCMMLStream(OggPacket p)
protected static boolean isKateStream(OggPacket p)
protected static boolean isAnnodex2Stream(OggPacket p)
Copyright © 2015. All rights reserved.