generated/libmpv/bindings library

Classes

max_align_t
MPV
mpv_byte_array
(see mpv_node)
mpv_end_file_reason
Since API version 1.9.
mpv_error
List of error codes than can be returned by API functions. 0 and positive return values always mean success, negative values are always errors.
mpv_event
mpv_event_client_message
mpv_event_command
mpv_event_end_file
mpv_event_hook
mpv_event_id
mpv_event_log_message
mpv_event_property
mpv_event_script_input_dispatch
@deprecated see MPV_EVENT_SCRIPT_INPUT_DISPATCH for remarks
mpv_event_start_file
Since API version 1.108.
mpv_format
Data format for options and properties. The API functions to get/set properties and options support multiple formats, and this enum describes them.
mpv_handle
mpv_log_level
Numeric log levels. The lower the number, the more important the message is. MPV_LOG_LEVEL_NONE is never used when receiving messages. The string in the comment after the value is the name of the log level as used for the mpv_request_log_messages() function. Unused numeric values are unused, but reserved for future use.
mpv_node
Generic data storage.
mpv_node_list
(see mpv_node)
mpv_sub_api
@deprecated use render.h
UnnamedUnion1

Constants

INT16_MAX → const int
INT16_MIN → const int
INT32_MAX → const int
INT32_MIN → const int
INT64_MAX → const int
INT64_MIN → const int
INT8_MAX → const int
INT8_MIN → const int
INT_FAST16_MAX → const int
INT_FAST16_MIN → const int
INT_FAST32_MAX → const int
INT_FAST32_MIN → const int
INT_FAST64_MAX → const int
INT_FAST64_MIN → const int
INT_FAST8_MAX → const int
INT_FAST8_MIN → const int
INT_LEAST16_MAX → const int
INT_LEAST16_MIN → const int
INT_LEAST32_MAX → const int
INT_LEAST32_MIN → const int
INT_LEAST64_MAX → const int
INT_LEAST64_MIN → const int
INT_LEAST8_MAX → const int
INT_LEAST8_MIN → const int
INTMAX_MAX → const int
INTMAX_MIN → const int
INTPTR_MAX → const int
INTPTR_MIN → const int
MPV_CLIENT_API_VERSION → const int
MPV_ENABLE_DEPRECATED → const int
NULL → const int
PTRDIFF_MAX → const int
PTRDIFF_MIN → const int
SIG_ATOMIC_MAX → const int
SIG_ATOMIC_MIN → const int
SIZE_MAX → const int
UINT16_MAX → const int
UINT32_MAX → const int
UINT64_MAX → const int
UINT8_MAX → const int
UINT_FAST16_MAX → const int
UINT_FAST32_MAX → const int
UINT_FAST64_MAX → const int
UINT_FAST8_MAX → const int
UINT_LEAST16_MAX → const int
UINT_LEAST32_MAX → const int
UINT_LEAST64_MAX → const int
UINT_LEAST8_MAX → const int
UINTMAX_MAX → const int
UINTPTR_MAX → const int
WCHAR_MAX → const int
WCHAR_MIN → const int
WINT_MAX → const int
WINT_MIN → const int

Typedefs

size_t = Uint64