These structures and functions allow to define and examine the properties of camera mounts.
More...
|
struct | lfMount |
| This structure contains everything specific to a camera mount. More...
|
|
These structures and functions allow to define and examine the properties of camera mounts.
◆ lf_mount_add_compat()
void lf_mount_add_compat |
( |
lfMount * |
mount, |
|
|
const char * |
val |
|
) |
| |
◆ lf_mount_check()
◆ lf_mount_copy()
◆ lf_mount_create()
◆ lf_mount_destroy()
void lf_mount_destroy |
( |
lfMount * |
mount | ) |
|
Destroy a lfMount object.
This is equivalent to C++ "delete mount".
- Parameters
-
mount | The mount object to destroy. |
- See also
- lfMount::~lfMount()
◆ lf_mount_get_compats()
const char* const* lf_mount_get_compats |
( |
lfMount * |
mount | ) |
|