public class DemuxerTrackMeta extends Object
Modifier and Type | Class and Description |
---|---|
static class |
DemuxerTrackMeta.Orientation |
Constructor and Description |
---|
DemuxerTrackMeta(TrackType type,
Codec codec,
double totalDuration,
int[] seekFrames,
int totalFrames,
ByteBuffer codecPrivate,
VideoCodecMeta videoCodecMeta,
AudioCodecMeta audioCodecMeta) |
Modifier and Type | Method and Description |
---|---|
AudioCodecMeta |
getAudioCodecMeta() |
Codec |
getCodec() |
ByteBuffer |
getCodecPrivate() |
int |
getIndex() |
DemuxerTrackMeta.Orientation |
getOrientation() |
int[] |
getSeekFrames() |
double |
getTotalDuration() |
int |
getTotalFrames() |
TrackType |
getType() |
VideoCodecMeta |
getVideoCodecMeta() |
void |
setOrientation(DemuxerTrackMeta.Orientation orientation) |
public DemuxerTrackMeta(TrackType type, Codec codec, double totalDuration, int[] seekFrames, int totalFrames, ByteBuffer codecPrivate, VideoCodecMeta videoCodecMeta, AudioCodecMeta audioCodecMeta)
public TrackType getType()
public Codec getCodec()
public double getTotalDuration()
public int[] getSeekFrames()
public int getTotalFrames()
public int getIndex()
public ByteBuffer getCodecPrivate()
public VideoCodecMeta getVideoCodecMeta()
public AudioCodecMeta getAudioCodecMeta()
public void setOrientation(DemuxerTrackMeta.Orientation orientation)
public DemuxerTrackMeta.Orientation getOrientation()
Copyright © 2019. All rights reserved.