This structure describes the attributes of an output driver.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public class ao_info
Public Class ao_info
public ref class ao_info
Members
All Members | Constructors | Methods | Properties | Fields | |
Icon | Member | Description |
---|---|---|
ao_info()()() | Initializes a new instance of the ao_info class | |
author |
Information about the driver's author.
| |
comment |
A driver comment string (possibly empty). It may contain newlines.
| |
Equals(Object) | (Inherited from Object.) | |
Finalize()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode()()() | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
GetType()()() | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
name |
A longer name for the driver which may contain whitespace, but no newlines. It is useful for telling users what output driver is in use.
| |
option_count | ||
options |
An array of strings which list the option keys accepted by this driver.
| |
optionsPtr | ||
preferred_byte_format |
Specifies the preferred ordering of the sample bytes. Using the driver with this byte format usually results in slightly less memory usage and slightly less CPU usage because a swap buffer will not be needed.
| |
priority |
A positive integer ranking how likely it is for this driver to be the default. The default driver will be a functioning driver with highest priority. See the drivers document for more explanation.
| |
short_name |
A short identifier for the driver. The short name contains only alphanumeric characters, and no whitespace. It is used to look up the driver ID number using driver_id(String).
| |
ToString()()() | (Inherited from Object.) | |
type |
The output type of the driver (live/file).
|
Inheritance Hierarchy
Object | |
ao_info |