Modifier and Type | Method and Description |
---|---|
VideoCodecMeta |
SourceImpl.getVideoCodecMeta() |
VideoCodecMeta |
Source.getVideoCodecMeta()
Gets the metadata about video
|
Modifier and Type | Method and Description |
---|---|
void |
SinkImpl.outputVideoPacket(Packet packet,
VideoCodecMeta codecMeta) |
void |
PacketSink.outputVideoPacket(Packet videoPacket,
VideoCodecMeta videoCodecMeta) |
Modifier and Type | Method and Description |
---|---|
VideoCodecMeta |
H264Decoder.getCodecMeta(ByteBuffer data) |
Modifier and Type | Method and Description |
---|---|
VideoCodecMeta |
JpegDecoder.getCodecMeta(ByteBuffer data) |
Modifier and Type | Method and Description |
---|---|
VideoCodecMeta |
MPEGDecoder.getCodecMeta(ByteBuffer data) |
Modifier and Type | Method and Description |
---|---|
VideoCodecMeta |
MPEG4Decoder.getCodecMeta(ByteBuffer data) |
Modifier and Type | Method and Description |
---|---|
VideoCodecMeta |
PNGDecoder.getCodecMeta(ByteBuffer _data) |
Modifier and Type | Method and Description |
---|---|
VideoCodecMeta |
ProresDecoder.getCodecMeta(ByteBuffer data) |
Modifier and Type | Method and Description |
---|---|
VideoCodecMeta |
RAWVideoDecoder.getCodecMeta(ByteBuffer data) |
Modifier and Type | Method and Description |
---|---|
VideoCodecMeta |
VP8Decoder.getCodecMeta(ByteBuffer frame) |
Modifier and Type | Method and Description |
---|---|
MuxerTrack |
IVFMuxer.addVideoTrack(Codec codec,
VideoCodecMeta meta) |
Modifier and Type | Method and Description |
---|---|
MuxerTrack |
WavMuxer.addVideoTrack(Codec codec,
VideoCodecMeta meta) |
Modifier and Type | Method and Description |
---|---|
MuxerTrack |
Y4MMuxer.addVideoTrack(Codec codec,
VideoCodecMeta meta) |
Modifier and Type | Method and Description |
---|---|
static VideoCodecMeta |
VideoCodecMeta.createSimpleVideoCodecMeta(Size size,
ColorSpace color) |
static VideoCodecMeta |
VideoCodecMeta.createVideoCodecMeta(String fourcc,
ByteBuffer codecPrivate,
Size size,
Rational pasp) |
static VideoCodecMeta |
VideoCodecMeta.createVideoCodecMeta2(String fourcc,
ByteBuffer codecPrivate,
Size size,
Rational pasp,
boolean interlaced,
boolean topFieldFirst) |
abstract VideoCodecMeta |
VideoDecoder.getCodecMeta(ByteBuffer data) |
VideoCodecMeta |
DemuxerTrackMeta.getVideoCodecMeta() |
Modifier and Type | Method and Description |
---|---|
MuxerTrack |
Muxer.addVideoTrack(Codec codec,
VideoCodecMeta meta)
Adds a video track and stores the provided metadata fields inside the
container.
|
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 |
---|---|
MuxerTrack |
ImageSequenceMuxer.addVideoTrack(Codec codec,
VideoCodecMeta meta) |
Modifier and Type | Field and Description |
---|---|
VideoCodecMeta |
MKVMuxerTrack.videoMeta |
Modifier and Type | Method and Description |
---|---|
MuxerTrack |
MKVMuxer.addVideoTrack(Codec codec,
VideoCodecMeta meta) |
MKVMuxerTrack |
MKVMuxer.createVideoTrack(VideoCodecMeta meta,
String codecId) |
Modifier and Type | Method and Description |
---|---|
MuxerTrack |
MP4Muxer.addVideoTrack(Codec codec,
VideoCodecMeta meta) |
Modifier and Type | Method and Description |
---|---|
MuxerTrack |
RawMuxer.addVideoTrack(Codec codec,
VideoCodecMeta meta) |
Copyright © 2019. All rights reserved.