Libav
Protected Attributes
AVFoundationCaptureContext Struct Reference

Protected Attributes

AVClassclass
 
int list_devices
 
int list_formats
 
char * pixel_format
 
char * video_size
 
char * framerate
 
int video_stream_index
 
int width
 
int height
 
AVRational internal_framerate
 
int64_t first_pts
 
int frames_captured
 
pthread_mutex_t frame_lock
 
pthread_cond_t frame_wait_cond
 
CFTypeRef session
 
CFTypeRef video_output
 
CFTypeRef video_delegate
 
CVImageBufferRef current_frame
 

Detailed Description

Definition at line 90 of file avfoundation_dec.m.

Field Documentation

◆ class

- (AVClass*) class
protected

Definition at line 91 of file avfoundation_dec.m.

◆ list_devices

- (int) list_devices
protected

◆ list_formats

- (int) list_formats
protected

Definition at line 94 of file avfoundation_dec.m.

Referenced by avfoundation_read_header().

◆ pixel_format

- (char*) pixel_format
protected

Definition at line 95 of file avfoundation_dec.m.

Referenced by avfoundation_read_header(), get_video_config(), and setup_stream().

◆ video_size

- (char*) video_size
protected

Definition at line 96 of file avfoundation_dec.m.

Referenced by avfoundation_read_header().

◆ framerate

- (char*) framerate
protected

Definition at line 97 of file avfoundation_dec.m.

Referenced by avfoundation_read_header().

◆ video_stream_index

- (int) video_stream_index
protected

Definition at line 99 of file avfoundation_dec.m.

Referenced by avfoundation_read_packet(), and get_video_config().

◆ width

- (int) width
protected

Definition at line 100 of file avfoundation_dec.m.

Referenced by avfoundation_read_header(), and configure_video_device().

◆ height

- (int) height
protected

Definition at line 100 of file avfoundation_dec.m.

Referenced by avfoundation_read_header(), and configure_video_device().

◆ internal_framerate

- (AVRational) internal_framerate
protected

Definition at line 101 of file avfoundation_dec.m.

Referenced by avfoundation_read_header(), and configure_video_device().

◆ first_pts

- (int64_t) first_pts
protected

Definition at line 103 of file avfoundation_dec.m.

Referenced by avfoundation_read_header(), and avfoundation_read_packet().

◆ frames_captured

- (int) frames_captured
protected

◆ frame_lock

- (pthread_mutex_t) frame_lock
protected

◆ frame_wait_cond

- (pthread_cond_t) frame_wait_cond
protected

◆ session

- (CFTypeRef) session
protected

Definition at line 109 of file avfoundation_dec.m.

Referenced by destroy_context(), setup_stream(), and setup_streams().

◆ video_output

- (CFTypeRef) video_output
protected

Definition at line 110 of file avfoundation_dec.m.

Referenced by setup_stream().

◆ video_delegate

- (CFTypeRef) video_delegate
protected

Definition at line 111 of file avfoundation_dec.m.

Referenced by setup_stream().

◆ current_frame

- (CVImageBufferRef) current_frame
protected

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