FFmpeg
|
#include <dshow_capture.h>
Definition at line 287 of file dshow_capture.h.
const AVClass* dshow_ctx::class |
Definition at line 290 of file dshow_capture.h.
IGraphBuilder* dshow_ctx::graph |
Definition at line 292 of file dshow_capture.h.
char* dshow_ctx::device_name[2] |
Definition at line 294 of file dshow_capture.h.
Referenced by dshow_cycle_devices(), parse_device_name(), and setup_crossbar_options().
char* dshow_ctx::device_unique_name[2] |
Definition at line 295 of file dshow_capture.h.
Referenced by dshow_list_device_options().
int dshow_ctx::video_device_number |
Definition at line 297 of file dshow_capture.h.
int dshow_ctx::audio_device_number |
Definition at line 298 of file dshow_capture.h.
int dshow_ctx::list_options |
Definition at line 300 of file dshow_capture.h.
int dshow_ctx::list_devices |
Definition at line 301 of file dshow_capture.h.
int dshow_ctx::audio_buffer_size |
Definition at line 302 of file dshow_capture.h.
int dshow_ctx::crossbar_video_input_pin_number |
Definition at line 303 of file dshow_capture.h.
int dshow_ctx::crossbar_audio_input_pin_number |
Definition at line 304 of file dshow_capture.h.
char* dshow_ctx::video_pin_name |
Definition at line 305 of file dshow_capture.h.
char* dshow_ctx::audio_pin_name |
Definition at line 306 of file dshow_capture.h.
int dshow_ctx::show_video_device_dialog |
Definition at line 307 of file dshow_capture.h.
int dshow_ctx::show_audio_device_dialog |
Definition at line 308 of file dshow_capture.h.
int dshow_ctx::show_video_crossbar_connection_dialog |
Definition at line 309 of file dshow_capture.h.
int dshow_ctx::show_audio_crossbar_connection_dialog |
Definition at line 310 of file dshow_capture.h.
int dshow_ctx::show_analog_tv_tuner_dialog |
Definition at line 311 of file dshow_capture.h.
int dshow_ctx::show_analog_tv_tuner_audio_dialog |
Definition at line 312 of file dshow_capture.h.
char* dshow_ctx::audio_filter_load_file |
Definition at line 313 of file dshow_capture.h.
char* dshow_ctx::audio_filter_save_file |
Definition at line 314 of file dshow_capture.h.
char* dshow_ctx::video_filter_load_file |
Definition at line 315 of file dshow_capture.h.
char* dshow_ctx::video_filter_save_file |
Definition at line 316 of file dshow_capture.h.
int dshow_ctx::use_video_device_timestamps |
Definition at line 317 of file dshow_capture.h.
IBaseFilter* dshow_ctx::device_filter[2] |
Definition at line 319 of file dshow_capture.h.
Referenced by dshow_cycle_devices(), dshow_cycle_pins(), dshow_get_device_media_types(), dshow_list_device_options(), dshow_open_device(), ff_dshow_show_filter_properties(), and ff_dshow_try_setup_crossbar_options().
IPin* dshow_ctx::device_pin[2] |
Definition at line 320 of file dshow_capture.h.
Referenced by dshow_cycle_pins(), and dshow_open_device().
DShowFilter* dshow_ctx::capture_filter[2] |
Definition at line 321 of file dshow_capture.h.
Referenced by dshow_open_device().
DShowPin* dshow_ctx::capture_pin[2] |
Definition at line 322 of file dshow_capture.h.
Referenced by dshow_open_device().
HANDLE dshow_ctx::mutex |
Definition at line 324 of file dshow_capture.h.
HANDLE dshow_ctx::event[2] |
Definition at line 325 of file dshow_capture.h.
PacketListEntry* dshow_ctx::pktl |
Definition at line 327 of file dshow_capture.h.
Referenced by dshow_read_close(), and dshow_read_packet().
int dshow_ctx::eof |
Definition at line 329 of file dshow_capture.h.
int64_t dshow_ctx::curbufsize[2] |
Definition at line 331 of file dshow_capture.h.
unsigned int dshow_ctx::video_frame_num |
Definition at line 332 of file dshow_capture.h.
IMediaControl* dshow_ctx::control |
Definition at line 334 of file dshow_capture.h.
Referenced by dshow_read_header().
IMediaEvent* dshow_ctx::media_event |
Definition at line 335 of file dshow_capture.h.
Referenced by dshow_check_event_queue(), and dshow_read_header().
enum AVPixelFormat dshow_ctx::pixel_format |
Definition at line 337 of file dshow_capture.h.
enum AVCodecID dshow_ctx::video_codec_id |
Definition at line 338 of file dshow_capture.h.
char* dshow_ctx::framerate |
Definition at line 339 of file dshow_capture.h.
int dshow_ctx::requested_width |
Definition at line 341 of file dshow_capture.h.
Referenced by dshow_cycle_formats().
int dshow_ctx::requested_height |
Definition at line 342 of file dshow_capture.h.
Referenced by dshow_cycle_formats().
AVRational dshow_ctx::requested_framerate |
Definition at line 343 of file dshow_capture.h.
Referenced by dshow_cycle_formats().
int dshow_ctx::sample_rate |
Definition at line 345 of file dshow_capture.h.
int dshow_ctx::sample_size |
Definition at line 346 of file dshow_capture.h.
int dshow_ctx::channels |
Definition at line 347 of file dshow_capture.h.