|
FFmpeg
|
Protected Attributes | |
| const AVClass * | class |
| int | is_video_source |
| filter is used as video source | |
| int | w |
| int | h |
| video size | |
| AVRational | sar |
| sample aspect ratio | |
| AVRational | frame_rate |
| video frame rate | |
| AVRational | time_base |
| stream time base | |
| int64_t | duration |
| duration expressed in microseconds | |
| int64_t | pts |
| increasing presentation time stamp | |
| AVFrame * | picref |
| cached reference containing the painted picture | |
| CFTypeRef | glctx |
| OpenGL context. | |
| CGContextRef | cgctx |
| Bitmap context for image copy. | |
| CFTypeRef | input_image |
| Input image container for passing into Core Image API. | |
| CGColorSpaceRef | color_space |
| Common color space for input image and cgcontext. | |
| int | bits_per_component |
| Shared bpc for input-output operation. | |
| char * | filter_string |
| The complete user provided filter definition. | |
| CFTypeRef * | filters |
| CIFilter object for all requested filters. | |
| int | num_filters |
| Amount of filters in *filters. | |
| char * | output_rect |
| Rectangle to be filled with filter intput. | |
| int | list_filters |
| Option used to list all available filters including generators. | |
| int | list_generators |
| Option used to list all available generators. | |
1.8.12