ffmpeg.libavcodec.codec_id

Undocumented in source.

Members

Enums

AVCodecID
enum AVCodecID

Identify the syntax and semantics of the bitstream. The principle is roughly: Two decoders with the same ID can decode the same streams. Two encoders with the same ID can encode compatible streams. There may be slight deviations from the principle due to implementation details.

Functions

avcodec_get_name
const(char)* avcodec_get_name(AVCodecID id)

Get the name of a codec. @return a static string identifying the codec; never NULL

avcodec_get_type
AVMediaType avcodec_get_type(AVCodecID codec_id)

Get the type of the given codec.

Manifest constants

AV_CODEC_ID_H265
enum AV_CODEC_ID_H265;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AV_CODEC_ID_H266
enum AV_CODEC_ID_H266;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AV_CODEC_ID_IFF_BYTERUN1
enum AV_CODEC_ID_IFF_BYTERUN1;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta