mpv_event_property class

Inheritance

Constructors

mpv_event_property()

Properties

data Pointer<Void>
Received property value. Depends on the format. This is like the pointer argument passed to mpv_get_property().
getter/setter pair
format int
Format of the data field in the same struct. See enum mpv_format. This is always the same format as the requested format, except when the property could not be retrieved (unavailable, or an error happened), in which case the format is MPV_FORMAT_NONE.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name Pointer<Int8>
Name of the property.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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