Package | Description |
---|---|
org.bytedeco.ffmpeg.avformat | |
org.bytedeco.ffmpeg.global |
Modifier and Type | Method and Description |
---|---|
AVCodecTag |
AVInputFormat.codec_tag(int i) |
AVCodecTag |
AVOutputFormat.codec_tag(int i)
List of supported codec_id-codec_tag pairs, ordered by "better
choice first".
|
Modifier and Type | Method and Description |
---|---|
static AVCodecTag |
avformat.avformat_get_mov_audio_tags() |
static AVCodecTag |
avformat.avformat_get_mov_video_tags() |
static AVCodecTag |
avformat.avformat_get_riff_audio_tags() |
static AVCodecTag |
avformat.avformat_get_riff_video_tags() |
Modifier and Type | Method and Description |
---|---|
static int |
avformat.av_codec_get_id(AVCodecTag tags,
int tag) |
static int |
avformat.av_codec_get_tag(AVCodecTag tags,
int id) |
static int |
avformat.av_codec_get_tag2(AVCodecTag tags,
int id,
int[] tag) |
static int |
avformat.av_codec_get_tag2(AVCodecTag tags,
int id,
IntBuffer tag) |
static int |
avformat.av_codec_get_tag2(AVCodecTag tags,
int id,
IntPointer tag) |
Copyright © 2024. All rights reserved.