Modifier and Type | Method and Description |
---|---|
AudioCodecMeta |
SourceImpl.getAudioCodecMeta() |
AudioCodecMeta |
Source.getAudioCodecMeta()
Gets the metadata about audio
|
Modifier and Type | Method and Description |
---|---|
void |
SinkImpl.outputAudioPacket(Packet audioPkt,
AudioCodecMeta audioCodecMeta) |
void |
PacketSink.outputAudioPacket(Packet audioPacket,
AudioCodecMeta audioCodecMeta) |
Modifier and Type | Method and Description |
---|---|
AudioCodecMeta |
AACDecoder.getCodecMeta(ByteBuffer data) |
Modifier and Type | Method and Description |
---|---|
AudioCodecMeta |
Mp3Decoder.getCodecMeta(ByteBuffer data) |
Modifier and Type | Method and Description |
---|---|
AudioCodecMeta |
PCMDVDDecoder.getCodecMeta(ByteBuffer _frame) |
Modifier and Type | Method and Description |
---|---|
AudioCodecMeta |
S302MDecoder.getCodecMeta(ByteBuffer _data) |
Modifier and Type | Method and Description |
---|---|
MuxerTrack |
IVFMuxer.addAudioTrack(Codec codec,
AudioCodecMeta meta) |
Modifier and Type | Method and Description |
---|---|
MuxerTrack |
WavMuxer.addAudioTrack(Codec codec,
AudioCodecMeta meta) |
Modifier and Type | Method and Description |
---|---|
MuxerTrack |
Y4MMuxer.addAudioTrack(Codec codec,
AudioCodecMeta meta) |
Modifier and Type | Method and Description |
---|---|
static AudioCodecMeta |
AudioCodecMeta.createAudioCodecMeta(String fourcc,
int sampleSize,
int channelCount,
int sampleRate,
ByteOrder endian,
boolean pcm,
Label[] labels,
ByteBuffer codecPrivate) |
static AudioCodecMeta |
AudioCodecMeta.createAudioCodecMeta2(String fourcc,
int sampleSize,
int channelCount,
int sampleRate,
ByteOrder endian,
boolean pcm,
Label[] labels,
int samplesPerPacket,
int bytesPerPacket,
int bytesPerFrame,
ByteBuffer codecPrivate) |
static AudioCodecMeta |
AudioCodecMeta.createAudioCodecMeta3(String fourcc,
ByteBuffer codecPrivate,
AudioFormat format,
boolean pcm,
Label[] labels) |
static AudioCodecMeta |
AudioCodecMeta.fromAudioFormat(AudioFormat format) |
AudioCodecMeta |
DemuxerTrackMeta.getAudioCodecMeta() |
AudioCodecMeta |
AudioDecoder.getCodecMeta(ByteBuffer data) |
Modifier and Type | Method and Description |
---|---|
MuxerTrack |
Muxer.addAudioTrack(Codec codec,
AudioCodecMeta meta)
Adds an audio 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.addAudioTrack(Codec codec,
AudioCodecMeta meta) |
Modifier and Type | Method and Description |
---|---|
MuxerTrack |
MKVMuxer.addAudioTrack(Codec codec,
AudioCodecMeta meta) |
Modifier and Type | Method and Description |
---|---|
MuxerTrack |
MP4Muxer.addAudioTrack(Codec codec,
AudioCodecMeta meta) |
Modifier and Type | Method and Description |
---|---|
MuxerTrack |
RawMuxer.addAudioTrack(Codec codec,
AudioCodecMeta meta) |
Copyright © 2019. All rights reserved.