libmpv  20200718-git-96cdf53
development library for the MPV media player
Looking for a C++ dev?
I'm looking for work. Hire me!
mpv_byte_array Struct Reference

(see mpv_node) More...

#include <client.h>

Public Attributes

void * data
 Pointer to the data. More...
 
size_t size
 Size of the data pointed to by ptr. More...
 

Detailed Description

(see mpv_node)

Definition at line 872 of file client.h.

Member Data Documentation

◆ data

void* mpv_byte_array::data

Pointer to the data.

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

Definition at line 877 of file client.h.

◆ size

size_t mpv_byte_array::size

Size of the data pointed to by ptr.

Definition at line 881 of file client.h.


The documentation for this struct was generated from the following file: