Package | Description |
---|---|
org.jcodec.common |
Modifier and Type | Method and Description |
---|---|
TrackType |
DemuxerTrackMeta.getType() |
TrackType |
Codec.getType() |
static TrackType |
TrackType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TrackType[] |
TrackType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Tuple._2<Integer,Demuxer> |
JCodecUtil.createM2TSDemuxer(File input,
TrackType targetTrack) |
Constructor and Description |
---|
Codec(String name,
TrackType type) |
DemuxerTrackMeta(TrackType type,
Codec codec,
double totalDuration,
int[] seekFrames,
int totalFrames,
ByteBuffer codecPrivate,
VideoCodecMeta videoCodecMeta,
AudioCodecMeta audioCodecMeta) |
Copyright © 2019. All rights reserved.