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