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

Protected Attributes

AVClassclass
 
int frames_captured
 
int audio_frames_captured
 
int64_t first_pts
 
int64_t first_audio_pts
 
pthread_mutex_t frame_lock
 
pthread_cond_t frame_wait_cond
 
id avf_delegate
 
id avf_audio_delegate
 
int list_devices
 
int video_device_index
 
int video_stream_index
 
int audio_device_index
 
int audio_stream_index
 
char * video_filename
 
char * audio_filename
 
int num_video_devices
 
int audio_channels
 
int audio_bits_per_sample
 
int audio_float
 
int audio_be
 
int audio_signed_integer
 
int audio_packed
 
int audio_non_interleaved
 
int32_taudio_buffer
 
int audio_buffer_size
 
enum AVPixelFormat pixel_format
 
AVCaptureSession * capture_session
 
AVCaptureVideoDataOutput * video_output
 
AVCaptureAudioDataOutput * audio_output
 
CMSampleBufferRef current_frame
 
CMSampleBufferRef current_audio_frame
 

Detailed Description

Definition at line 80 of file avfoundation.m.

Field Documentation

- (AVClass*) class
protected

Definition at line 82 of file avfoundation.m.

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

Definition at line 86 of file avfoundation.m.

Referenced by avf_read_header(), and avf_read_packet().

- (int64_t) first_audio_pts
protected

Definition at line 87 of file avfoundation.m.

Referenced by avf_read_header(), and avf_read_packet().

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

Definition at line 90 of file avfoundation.m.

Referenced by add_video_device(), and destroy_context().

- (id) avf_audio_delegate
protected

Definition at line 91 of file avfoundation.m.

Referenced by add_audio_device(), and destroy_context().

- (int) list_devices
protected

Definition at line 93 of file avfoundation.m.

Referenced by avf_read_header().

- (int) video_device_index
protected

Definition at line 94 of file avfoundation.m.

Referenced by add_video_device(), and avf_read_header().

- (int) video_stream_index
protected

Definition at line 95 of file avfoundation.m.

Referenced by avf_read_packet(), and get_video_config().

- (int) audio_device_index
protected

Definition at line 96 of file avfoundation.m.

Referenced by avf_read_header().

- (int) audio_stream_index
protected

Definition at line 97 of file avfoundation.m.

Referenced by avf_read_packet(), and get_audio_config().

- (char*) video_filename
protected

Definition at line 99 of file avfoundation.m.

Referenced by avf_read_header(), and parse_device_name().

- (char*) audio_filename
protected

Definition at line 100 of file avfoundation.m.

Referenced by avf_read_header(), and parse_device_name().

- (int) num_video_devices
protected

Definition at line 102 of file avfoundation.m.

Referenced by add_video_device(), and avf_read_header().

- (int) audio_channels
protected

Definition at line 104 of file avfoundation.m.

Referenced by avf_read_packet(), and get_audio_config().

- (int) audio_bits_per_sample
protected

Definition at line 105 of file avfoundation.m.

Referenced by avf_read_packet(), and get_audio_config().

- (int) audio_float
protected

Definition at line 106 of file avfoundation.m.

Referenced by get_audio_config().

- (int) audio_be
protected

Definition at line 107 of file avfoundation.m.

Referenced by get_audio_config().

- (int) audio_signed_integer
protected

Definition at line 108 of file avfoundation.m.

Referenced by get_audio_config().

- (int) audio_packed
protected

Definition at line 109 of file avfoundation.m.

Referenced by get_audio_config().

- (int) audio_non_interleaved
protected

Definition at line 110 of file avfoundation.m.

Referenced by avf_read_packet(), and get_audio_config().

- (int32_t*) audio_buffer
protected

Definition at line 112 of file avfoundation.m.

Referenced by avf_read_packet(), destroy_context(), and get_audio_config().

- (int) audio_buffer_size
protected

Definition at line 113 of file avfoundation.m.

Referenced by avf_read_packet(), and get_audio_config().

- (enum AVPixelFormat) pixel_format
protected

Definition at line 115 of file avfoundation.m.

Referenced by add_video_device(), and get_video_config().

- (AVCaptureSession*) capture_session
protected
- (AVCaptureVideoDataOutput*) video_output
protected

Definition at line 118 of file avfoundation.m.

Referenced by add_video_device(), and destroy_context().

- (AVCaptureAudioDataOutput*) audio_output
protected

Definition at line 119 of file avfoundation.m.

Referenced by add_audio_device(), and destroy_context().

- (CMSampleBufferRef) current_frame
protected
- (CMSampleBufferRef) current_audio_frame
protected

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