public class WebpDemuxer extends Object implements Demuxer, DemuxerTrack
Modifier and Type | Field and Description |
---|---|
static int |
FOURCC_ALPH |
static int |
FOURCC_ANIM |
static int |
FOURCC_ANMF |
static int |
FOURCC_EXIF |
static int |
FOURCC_ICCP |
static int |
FOURCC_RIFF |
static int |
FOURCC_VP8 |
static int |
FOURCC_VP8L |
static int |
FOURCC_VP8X |
static int |
FOURCC_WEBP |
static int |
FOURCC_XMP |
Constructor and Description |
---|
WebpDemuxer(SeekableByteChannel channel) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
static String |
dwToFourCC(int fourCC) |
List<? extends DemuxerTrack> |
getAudioTracks() |
DemuxerTrackMeta |
getMeta() |
List<? extends DemuxerTrack> |
getTracks() |
List<? extends DemuxerTrack> |
getVideoTracks() |
Packet |
nextFrame() |
static int |
probe(ByteBuffer b_) |
public static final int FOURCC_RIFF
public static final int FOURCC_WEBP
public static final int FOURCC_VP8
public static final int FOURCC_ICCP
public static final int FOURCC_ANIM
public static final int FOURCC_ANMF
public static final int FOURCC_XMP
public static final int FOURCC_EXIF
public static final int FOURCC_ALPH
public static final int FOURCC_VP8L
public static final int FOURCC_VP8X
public WebpDemuxer(SeekableByteChannel channel)
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
IOException
public Packet nextFrame() throws IOException
nextFrame
in interface DemuxerTrack
IOException
public DemuxerTrackMeta getMeta()
getMeta
in interface DemuxerTrack
public List<? extends DemuxerTrack> getTracks()
public List<? extends DemuxerTrack> getVideoTracks()
getVideoTracks
in interface Demuxer
public List<? extends DemuxerTrack> getAudioTracks()
getAudioTracks
in interface Demuxer
public static int probe(ByteBuffer b_)
public static String dwToFourCC(int fourCC)
Copyright © 2019. All rights reserved.