Type Alias ByteArray
Source pub type ByteArray = Vec<u8>;
Expand description
A Vec<u8> representing a raw, untyped byte array. Only used with Node, and only in some very specific situations. (Some commands use it.)
struct ByteArray { }
Defines the
mpv_format used with mpv when transferring and requesting data.