public class MKVMuxerTrack extends Object implements MuxerTrack
Modifier and Type | Class and Description |
---|---|
static class |
MKVMuxerTrack.MKVMuxerTrackType |
Modifier and Type | Field and Description |
---|---|
String |
codecId |
int |
trackNo |
MKVMuxerTrack.MKVMuxerTrackType |
type |
VideoCodecMeta |
videoMeta |
Constructor and Description |
---|
MKVMuxerTrack() |
Modifier and Type | Method and Description |
---|---|
void |
addFrame(Packet outPacket) |
int |
getTimescale() |
long |
getTrackNo() |
public MKVMuxerTrack.MKVMuxerTrackType type
public VideoCodecMeta videoMeta
public String codecId
public int trackNo
public int getTimescale()
public void addFrame(Packet outPacket)
addFrame
in interface MuxerTrack
public long getTrackNo()
Copyright © 2019. All rights reserved.