VLC 4.0.0-dev
Loading...
Searching...
No Matches
vlc_preparser_msg_res Struct Reference

Preparser Response. More...

#include <vlc_preparser_ipc.h>

Collaboration diagram for vlc_preparser_msg_res:
[legend]

Data Fields

enum vlc_preparser_msg_req_type type
 Type of the response (As the response answering a request they share the same type).
 
struct { 
 
   size_t   cap 
 
   size_t   size 
 
   input_attachment_t **   data 
 
attachments 
 Used only by request of type VLC_PREPARSER_MSG_REQ_TYPE_PARSE.
 
input_item_node_tsubtree
 
picture_tpic
 Used only by request of type VLC_PREPARSER_MSG_REQ_TYPE_THUMBNAIL.
 
struct { 
 
   size_t   cap 
 
   size_t   size 
 
   bool *   data 
 
result 
 Used only by request of type VLC_PREPARSER_MSG_REQ_TYPE_THUMBNAIL_TO_FILES.
 
int status
 Used by all types of request.
 
input_item_titem
 

Detailed Description

Preparser Response.

Field Documentation

◆ [struct]

struct { ... } vlc_preparser_msg_res::attachments

Used only by request of type VLC_PREPARSER_MSG_REQ_TYPE_PARSE.

Referenced by preparser_task_ExecCallback(), vlc_preparser_msg_Clean(), and vlc_preparser_msg_Init().

◆ cap

size_t vlc_preparser_msg_res::cap

◆ data [1/2]

input_attachment_t* * vlc_preparser_msg_res::data

◆ data [2/2]

bool* vlc_preparser_msg_res::data

◆ item

input_item_t* vlc_preparser_msg_res::item

◆ pic

picture_t* vlc_preparser_msg_res::pic

Used only by request of type VLC_PREPARSER_MSG_REQ_TYPE_THUMBNAIL.

Referenced by preparser_task_ExecCallback(), vlc_preparser_msg_Clean(), and vlc_preparser_msg_Init().

◆ [struct]

struct { ... } vlc_preparser_msg_res::result

Used only by request of type VLC_PREPARSER_MSG_REQ_TYPE_THUMBNAIL_TO_FILES.

Referenced by preparser_task_ExecCallback(), vlc_preparser_msg_Clean(), and vlc_preparser_msg_Init().

◆ size

size_t vlc_preparser_msg_res::size

◆ status

int vlc_preparser_msg_res::status

Used by all types of request.

Referenced by preparser_task_ExecCallback(), and vlc_preparser_msg_Init().

◆ subtree

◆ type

enum vlc_preparser_msg_req_type vlc_preparser_msg_res::type

Type of the response (As the response answering a request they share the same type).

Referenced by vlc_preparser_msg_Init().


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