FFmpeg
Protected Attributes
AVFContext Struct Reference

Protected Attributes

AVClassclass
 
int frames_captured
 
int audio_frames_captured
 
pthread_mutex_t frame_lock
 
id avf_delegate
 
id avf_audio_delegate
 
AVRational framerate
 
int width
 
int height
 
int capture_cursor
 
int capture_mouse_clicks
 
int capture_raw_data
 
int drop_late_frames
 
int video_is_muxed
 
int video_is_screen
 
int list_devices
 
int video_device_index
 
int video_stream_index
 
int audio_device_index
 
int audio_stream_index
 
char * url
 
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
 
AVCaptureDevice * observed_device
 
int observed_quit
 

Detailed Description

Definition at line 84 of file avfoundation.m.

Field Documentation

◆ class

- (AVClass*) class
protected

Definition at line 86 of file avfoundation.m.

◆ frames_captured

- (int) frames_captured
protected

◆ audio_frames_captured

- (int) audio_frames_captured
protected

◆ frame_lock

- (pthread_mutex_t) frame_lock
protected

Definition at line 90 of file avfoundation.m.

◆ avf_delegate

- (id) avf_delegate
protected

Definition at line 91 of file avfoundation.m.

◆ avf_audio_delegate

- (id) avf_audio_delegate
protected

Definition at line 92 of file avfoundation.m.

◆ framerate

- (AVRational) framerate
protected

Definition at line 94 of file avfoundation.m.

◆ width

- (int) width
protected

Definition at line 95 of file avfoundation.m.

◆ height

- (int) height
protected

Definition at line 95 of file avfoundation.m.

◆ capture_cursor

- (int) capture_cursor
protected

Definition at line 97 of file avfoundation.m.

◆ capture_mouse_clicks

- (int) capture_mouse_clicks
protected

Definition at line 98 of file avfoundation.m.

◆ capture_raw_data

- (int) capture_raw_data
protected

Definition at line 99 of file avfoundation.m.

◆ drop_late_frames

- (int) drop_late_frames
protected

Definition at line 100 of file avfoundation.m.

◆ video_is_muxed

- (int) video_is_muxed
protected

Definition at line 101 of file avfoundation.m.

◆ video_is_screen

- (int) video_is_screen
protected

Definition at line 102 of file avfoundation.m.

◆ list_devices

- (int) list_devices
protected

Definition at line 104 of file avfoundation.m.

◆ video_device_index

- (int) video_device_index
protected

Definition at line 105 of file avfoundation.m.

◆ video_stream_index

- (int) video_stream_index
protected

Definition at line 106 of file avfoundation.m.

◆ audio_device_index

- (int) audio_device_index
protected

Definition at line 107 of file avfoundation.m.

◆ audio_stream_index

- (int) audio_stream_index
protected

Definition at line 108 of file avfoundation.m.

◆ url

- (char*) url
protected

Definition at line 110 of file avfoundation.m.

◆ video_filename

- (char*) video_filename
protected

Definition at line 111 of file avfoundation.m.

◆ audio_filename

- (char*) audio_filename
protected

Definition at line 112 of file avfoundation.m.

◆ num_video_devices

- (int) num_video_devices
protected

Definition at line 114 of file avfoundation.m.

Referenced by avf_read_header().

◆ audio_channels

- (int) audio_channels
protected

Definition at line 116 of file avfoundation.m.

◆ audio_bits_per_sample

- (int) audio_bits_per_sample
protected

Definition at line 117 of file avfoundation.m.

◆ audio_float

- (int) audio_float
protected

Definition at line 118 of file avfoundation.m.

◆ audio_be

- (int) audio_be
protected

Definition at line 119 of file avfoundation.m.

◆ audio_signed_integer

- (int) audio_signed_integer
protected

Definition at line 120 of file avfoundation.m.

◆ audio_packed

- (int) audio_packed
protected

Definition at line 121 of file avfoundation.m.

◆ audio_non_interleaved

- (int) audio_non_interleaved
protected

Definition at line 122 of file avfoundation.m.

◆ audio_buffer

- (int32_t*) audio_buffer
protected

Definition at line 124 of file avfoundation.m.

◆ audio_buffer_size

- (int) audio_buffer_size
protected

Definition at line 125 of file avfoundation.m.

◆ pixel_format

- (enum AVPixelFormat) pixel_format
protected

Definition at line 127 of file avfoundation.m.

◆ capture_session

- (AVCaptureSession*) capture_session
protected

Definition at line 129 of file avfoundation.m.

◆ video_output

- (AVCaptureVideoDataOutput*) video_output
protected

Definition at line 130 of file avfoundation.m.

◆ audio_output

- (AVCaptureAudioDataOutput*) audio_output
protected

Definition at line 131 of file avfoundation.m.

◆ current_frame

- (CMSampleBufferRef) current_frame
protected

◆ current_audio_frame

- (CMSampleBufferRef) current_audio_frame
protected

◆ observed_device

- (AVCaptureDevice*) observed_device
protected

Definition at line 135 of file avfoundation.m.

Referenced by AVFFrameReceiver::initWithContext:.

◆ observed_quit

- (int) observed_quit
protected

Definition at line 139 of file avfoundation.m.


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