Data Fields | |
| const AVClass * | class |
| IGraphBuilder * | graph |
| char * | device_name [2] |
| int | video_device_number |
| int | audio_device_number |
| int | list_options |
| int | list_devices |
| int | audio_buffer_size |
| IBaseFilter * | device_filter [2] |
| IPin * | device_pin [2] |
| libAVFilter * | capture_filter [2] |
| libAVPin * | capture_pin [2] |
| HANDLE | mutex |
| HANDLE | event |
| AVPacketList * | pktl |
| int64_t | curbufsize |
| unsigned int | video_frame_num |
| IMediaControl * | control |
| enum PixelFormat | pixel_format |
| enum AVCodecID | video_codec_id |
| char * | framerate |
| int | requested_width |
| int | requested_height |
| AVRational | requested_framerate |
| int | sample_rate |
| int | sample_size |
| int | channels |
Definition at line 29 of file dshow.c.
Definition at line 40 of file dshow.c.
Referenced by dshow_cycle_pins(), and dshow_set_audio_buffer_size().
Definition at line 44 of file dshow.c.
Referenced by dshow_add_device(), dshow_open_device(), and dshow_read_close().
Definition at line 45 of file dshow.c.
Referenced by dshow_add_device(), dshow_open_device(), and dshow_read_close().
| const AVClass* dshow_ctx::class |
| IMediaControl* dshow_ctx::control |
| int64_t dshow_ctx::curbufsize |
Definition at line 51 of file dshow.c.
Referenced by callback(), dshow_read_packet(), and shall_we_drop().
| IBaseFilter* dshow_ctx::device_filter[2] |
Definition at line 42 of file dshow.c.
Referenced by dshow_cycle_devices(), dshow_list_device_options(), dshow_open_device(), and dshow_read_close().
| char* dshow_ctx::device_name[2] |
Definition at line 34 of file dshow.c.
Referenced by dshow_cycle_devices(), dshow_read_close(), dshow_read_header(), and parse_device_name().
| IPin* dshow_ctx::device_pin[2] |
Definition at line 43 of file dshow.c.
Referenced by dshow_cycle_pins(), dshow_open_device(), and dshow_read_close().
| HANDLE dshow_ctx::event |
Definition at line 48 of file dshow.c.
Referenced by callback(), dshow_read_close(), dshow_read_header(), and dshow_read_packet().
| char* dshow_ctx::framerate |
Definition at line 58 of file dshow.c.
Referenced by dshow_cycle_formats(), dshow_cycle_pins(), and dshow_read_header().
| IGraphBuilder* dshow_ctx::graph |
Definition at line 32 of file dshow.c.
Referenced by dshow_open_device(), dshow_read_close(), and dshow_read_header().
| HANDLE dshow_ctx::mutex |
Definition at line 47 of file dshow.c.
Referenced by callback(), dshow_read_close(), dshow_read_header(), and dshow_read_packet().
Definition at line 56 of file dshow.c.
Referenced by dshow_cycle_formats(), dshow_cycle_pins(), and dshow_read_header().
Definition at line 49 of file dshow.c.
Referenced by callback(), dshow_read_close(), and dshow_read_packet().
Definition at line 62 of file dshow.c.
Referenced by dshow_cycle_formats(), and dshow_read_header().
Definition at line 57 of file dshow.c.
Referenced by dshow_cycle_formats(), dshow_cycle_pins(), and dshow_read_header().
| unsigned int dshow_ctx::video_frame_num |
1.5.8