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

Preparser message. More...

#include <vlc_preparser_ipc.h>

Collaboration diagram for vlc_preparser_msg:
[legend]

Public Types

enum  { VLC_PREPARSER_MSG_TYPE_REQ , VLC_PREPARSER_MSG_TYPE_RES }
 Type of the message can be a request or a response. More...
 

Data Fields

enum vlc_preparser_msg:: { ... }  type
 Type of the message can be a request or a response.
 
enum vlc_preparser_msg_req_type req_type
 Type of the underling request or response.
 
union { 
 
   struct vlc_preparser_msg_req   req 
 
   struct vlc_preparser_msg_res   res 
 
};  
 

Detailed Description

Preparser message.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum

Type of the message can be a request or a response.

Enumerator
VLC_PREPARSER_MSG_TYPE_REQ 
VLC_PREPARSER_MSG_TYPE_RES 

Field Documentation

◆ [union]

union { ... } vlc_preparser_msg

◆ req

◆ req_type

enum vlc_preparser_msg_req_type vlc_preparser_msg::req_type

◆ res

◆ []

enum { ... } vlc_preparser_msg::type

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