FFmpeg
|
Protected Attributes | |
AVClass * | class |
int | frames_captured |
int | audio_frames_captured |
int64_t | first_pts |
int64_t | first_audio_pts |
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 * | 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_t * | audio_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 |
Definition at line 82 of file avfoundation.m.
|
protected |
Definition at line 84 of file avfoundation.m.
|
protected |
Definition at line 86 of file avfoundation.m.
Referenced by AVFFrameReceiver::captureOutput:didOutputSampleBuffer:fromConnection:.
|
protected |
Definition at line 87 of file avfoundation.m.
Referenced by AVFAudioReceiver::captureOutput:didOutputSampleBuffer:fromConnection:.
|
protected |
Definition at line 88 of file avfoundation.m.
|
protected |
Definition at line 89 of file avfoundation.m.
|
protected |
Definition at line 90 of file avfoundation.m.
|
protected |
Definition at line 91 of file avfoundation.m.
|
protected |
Definition at line 92 of file avfoundation.m.
|
protected |
Definition at line 94 of file avfoundation.m.
|
protected |
Definition at line 95 of file avfoundation.m.
|
protected |
Definition at line 95 of file avfoundation.m.
|
protected |
Definition at line 97 of file avfoundation.m.
|
protected |
Definition at line 98 of file avfoundation.m.
|
protected |
Definition at line 99 of file avfoundation.m.
|
protected |
Definition at line 100 of file avfoundation.m.
|
protected |
Definition at line 101 of file avfoundation.m.
|
protected |
Definition at line 102 of file avfoundation.m.
|
protected |
Definition at line 104 of file avfoundation.m.
|
protected |
Definition at line 105 of file avfoundation.m.
|
protected |
Definition at line 106 of file avfoundation.m.
|
protected |
Definition at line 107 of file avfoundation.m.
|
protected |
Definition at line 108 of file avfoundation.m.
|
protected |
Definition at line 110 of file avfoundation.m.
|
protected |
Definition at line 111 of file avfoundation.m.
|
protected |
Definition at line 113 of file avfoundation.m.
Referenced by avf_read_header().
|
protected |
Definition at line 115 of file avfoundation.m.
|
protected |
Definition at line 116 of file avfoundation.m.
|
protected |
Definition at line 117 of file avfoundation.m.
|
protected |
Definition at line 118 of file avfoundation.m.
|
protected |
Definition at line 119 of file avfoundation.m.
|
protected |
Definition at line 120 of file avfoundation.m.
|
protected |
Definition at line 121 of file avfoundation.m.
|
protected |
Definition at line 123 of file avfoundation.m.
|
protected |
Definition at line 124 of file avfoundation.m.
|
protected |
Definition at line 126 of file avfoundation.m.
|
protected |
Definition at line 128 of file avfoundation.m.
|
protected |
Definition at line 129 of file avfoundation.m.
|
protected |
Definition at line 130 of file avfoundation.m.
|
protected |
Definition at line 131 of file avfoundation.m.
Referenced by AVFFrameReceiver::captureOutput:didOutputSampleBuffer:fromConnection:.
|
protected |
Definition at line 132 of file avfoundation.m.
Referenced by AVFAudioReceiver::captureOutput:didOutputSampleBuffer:fromConnection:.
|
protected |
Definition at line 134 of file avfoundation.m.
Referenced by AVFFrameReceiver::initWithContext:.
|
protected |
Definition at line 138 of file avfoundation.m.