FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Protected Attributes
CaptureContext Struct Reference

Protected Attributes

AVClassclass
 
float frame_rate
 
int frames_captured
 
int64_t first_pts
 
pthread_mutex_t frame_lock
 
pthread_cond_t frame_wait_cond
 
id qt_delegate
 
int list_devices
 
int video_device_index
 
QTCaptureSession * capture_session
 
QTCaptureDecompressedVideoOutput * video_output
 
CVImageBufferRef current_frame
 

Detailed Description

Definition at line 49 of file qtkit.m.

Field Documentation

- (AVClass*) class
protected

Definition at line 51 of file qtkit.m.

- (float) frame_rate
protected

Definition at line 53 of file qtkit.m.

- (int) frames_captured
protected
- (int64_t) first_pts
protected

Definition at line 55 of file qtkit.m.

Referenced by qtkit_read_header(), and qtkit_read_packet().

- (pthread_mutex_t) frame_lock
protected
- (pthread_cond_t) frame_wait_cond
protected
- (id) qt_delegate
protected

Definition at line 58 of file qtkit.m.

Referenced by destroy_context(), and qtkit_read_header().

- (int) list_devices
protected

Definition at line 60 of file qtkit.m.

Referenced by qtkit_read_header().

- (int) video_device_index
protected

Definition at line 61 of file qtkit.m.

Referenced by qtkit_read_header().

- (QTCaptureSession*) capture_session
protected

Definition at line 63 of file qtkit.m.

Referenced by destroy_context(), and qtkit_read_header().

- (QTCaptureDecompressedVideoOutput*) video_output
protected

Definition at line 64 of file qtkit.m.

Referenced by destroy_context(), and qtkit_read_header().

- (CVImageBufferRef) current_frame
protected

The documentation for this struct was generated from the following file: