AVDeviceCapabilitiesQuery

Structure describes device capabilities.

It is used by devices in conjunction with av_device_capabilities AVOption table to implement capabilities probing API based on AVOption API. Should not be used directly.

Members

Variables

av_class
const(AVClass)* av_class;
Undocumented in source.
channel_layout
long channel_layout;
Undocumented in source.
channels
int channels;
Undocumented in source.
codec
AVCodecID codec;
Undocumented in source.
device_context
AVFormatContext* device_context;
Undocumented in source.
fps
AVRational fps;
Undocumented in source.
frame_height
int frame_height;
Undocumented in source.
frame_width
int frame_width;
Undocumented in source.
pixel_format
AVPixelFormat pixel_format;
Undocumented in source.
sample_format
AVSampleFormat sample_format;
Undocumented in source.
sample_rate
int sample_rate;
Undocumented in source.
window_height
int window_height;
Undocumented in source.
window_width
int window_width;
Undocumented in source.

Meta