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.)

Aliased Type§

struct ByteArray { /* private fields */ }

Trait Implementations§

Source§

impl MpvFormat for ByteArray

Source§

const MPV_FORMAT: Format = Format::BYTE_ARRAY

Defines the mpv_format used with mpv when transferring and requesting data.
Source§

impl MpvRecv for ByteArray

Source§

impl MpvSend for ByteArray