| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
static avcodec.AVCodecParameters |
avcodec.avcodec_parameters_alloc()
Allocate a new AVCodecParameters and set its fields to default values
(unknown/invalid/0).
|
avcodec.AVCodecParameters |
avcodec.AVCodecParameters.bit_rate(long bit_rate) |
avcodec.AVCodecParameters |
avcodec.AVCodecParameters.bits_per_coded_sample(int bits_per_coded_sample) |
avcodec.AVCodecParameters |
avcodec.AVCodecParameters.bits_per_raw_sample(int bits_per_raw_sample) |
avcodec.AVCodecParameters |
avcodec.AVCodecParameters.block_align(int block_align) |
avcodec.AVCodecParameters |
avcodec.AVCodecParameters.channel_layout(long channel_layout) |
avcodec.AVCodecParameters |
avcodec.AVCodecParameters.channels(int channels) |
avcodec.AVCodecParameters |
avcodec.AVCodecParameters.chroma_location(int chroma_location) |
avcodec.AVCodecParameters |
avcodec.AVCodecParameters.codec_id(int codec_id) |
avcodec.AVCodecParameters |
avcodec.AVCodecParameters.codec_tag(int codec_tag) |
avcodec.AVCodecParameters |
avcodec.AVCodecParameters.codec_type(int codec_type) |
avcodec.AVCodecParameters |
avformat.AVStream.codecpar() |
avcodec.AVCodecParameters |
avcodec.AVCodecParameters.color_primaries(int color_primaries) |
avcodec.AVCodecParameters |
avcodec.AVCodecParameters.color_range(int color_range) |
avcodec.AVCodecParameters |
avcodec.AVCodecParameters.color_space(int color_space) |
avcodec.AVCodecParameters |
avcodec.AVCodecParameters.color_trc(int color_trc) |
avcodec.AVCodecParameters |
avcodec.AVCodecParameters.extradata_size(int extradata_size) |
avcodec.AVCodecParameters |
avcodec.AVCodecParameters.extradata(BytePointer extradata) |
avcodec.AVCodecParameters |
avcodec.AVCodecParameters.field_order(int field_order) |
avcodec.AVCodecParameters |
avcodec.AVCodecParameters.format(int format) |
avcodec.AVCodecParameters |
avcodec.AVCodecParameters.frame_size(int frame_size) |
avcodec.AVCodecParameters |
avcodec.AVCodecParameters.height(int height) |
avcodec.AVCodecParameters |
avcodec.AVCodecParameters.initial_padding(int initial_padding) |
avcodec.AVCodecParameters |
avcodec.AVCodecParameters.level(int level) |
avcodec.AVCodecParameters |
avcodec.AVBSFContext.par_in()
Parameters of the input stream.
|
avcodec.AVCodecParameters |
avcodec.AVBSFContext.par_out()
Parameters of the output stream.
|
avcodec.AVCodecParameters |
avcodec.AVCodecParameters.position(long position) |
avcodec.AVCodecParameters |
avcodec.AVCodecParameters.profile(int profile) |
avcodec.AVCodecParameters |
avcodec.AVCodecParameters.sample_aspect_ratio(avutil.AVRational sample_aspect_ratio) |
avcodec.AVCodecParameters |
avcodec.AVCodecParameters.sample_rate(int sample_rate) |
avcodec.AVCodecParameters |
avcodec.AVCodecParameters.seek_preroll(int seek_preroll) |
avcodec.AVCodecParameters |
avcodec.AVCodecParameters.trailing_padding(int trailing_padding) |
avcodec.AVCodecParameters |
avcodec.AVCodecParameters.video_delay(int video_delay) |
avcodec.AVCodecParameters |
avcodec.AVCodecParameters.width(int width) |
| Modifier and Type | Method and Description |
|---|---|
static int |
avcodec.av_get_audio_frame_duration2(avcodec.AVCodecParameters par,
int frame_bytes)
This function is the same as av_get_audio_frame_duration(), except it works
with AVCodecParameters instead of an AVCodecContext.
|
static int |
avcodec.avcodec_parameters_copy(avcodec.AVCodecParameters dst,
avcodec.AVCodecParameters src)
Copy the contents of src to dst.
|
static void |
avcodec.avcodec_parameters_free(avcodec.AVCodecParameters par) |
static int |
avcodec.avcodec_parameters_from_context(avcodec.AVCodecParameters par,
avcodec.AVCodecContext codec)
Fill the parameters struct based on the values from the supplied codec
context.
|
static int |
avcodec.avcodec_parameters_to_context(avcodec.AVCodecContext codec,
avcodec.AVCodecParameters par)
Fill the codec context based on the values from the supplied codec
parameters.
|
avformat.AVStream |
avformat.AVStream.codecpar(avcodec.AVCodecParameters codecpar) |
avcodec.AVBSFContext |
avcodec.AVBSFContext.par_in(avcodec.AVCodecParameters par_in) |
avcodec.AVBSFContext |
avcodec.AVBSFContext.par_out(avcodec.AVCodecParameters par_out) |
Copyright © 2018. All rights reserved.