data property

Pointer<Void> data
getter/setter pair

Pointer to the data. In what format the data is stored is up to whatever uses MPV_FORMAT_BYTE_ARRAY.

Implementation

external ffi.Pointer<ffi.Void> data;