AVbin  Version 10
Cross-platform audio/video media decoding library with long-term ABI support.
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
_AVbinOptions Struct Reference

#include <avbin.h>

Data Fields

size_t structure_size
 
int32_t thread_count
 

Detailed Description

Initialization Options

Definition at line 447 of file avbin.h.

Field Documentation

size_t structure_size

Size of this structure, in bytes. This must be filled in by the application before passing to AVbin.

Definition at line 452 of file avbin.h.

int32_t thread_count

Number of threads to attempt to use. Using the recommended thread_count of 0 means try to detect the number of CPU cores and set threads to (num cores + 1). A thread_count of 1 or a negative number means single threaded. Any other number will result in an attempt to set that many threads.

Definition at line 460 of file avbin.h.


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