mpv_event_log_message class final
- Inheritance
- Implemented types
- Available extensions
Constructors
Properties
-
address
→ Pointer<
T> -
Available on T, provided by the StructAddress extension
The memory address of the underlying data.no setter - hashCode → int
-
The hash code for this object.
no setterinherited
-
level
↔ Pointer<
Int8> -
The log level as string. See mpv_request_log_messages() for possible
values. The level "no" is never used here.
getter/setter pair
- log_level ↔ int
-
The same contents as the level field, but as a numeric ID.
Since API version 1.6.
getter/setter pair
-
prefix
↔ Pointer<
Int8> -
The module prefix, identifies the sender of the message. As a special
case, if the message buffer overflows, this will be set to the string
"overflow" (which doesn't appear as prefix otherwise), and the text
field will contain an informative message.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
text
↔ Pointer<
Int8> -
The log message. It consists of 1 line of text, and is terminated with
a newline character. (Before API version 1.6, it could contain multiple
or partial lines.)
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited