|
VLC 4.0.0-dev
|
#include <libvlc_media_player.h>
Data Fields | |
| int | i_group_id |
| Id used for libvlc_media_player_select_program() | |
| char * | psz_name |
| Program name, always valid. | |
| bool | b_selected |
| True if the program is selected. | |
| bool | b_scrambled |
| True if the program is scrambled. | |
| bool libvlc_player_program_t::b_scrambled |
True if the program is scrambled.
| bool libvlc_player_program_t::b_selected |
True if the program is selected.
| int libvlc_player_program_t::i_group_id |
Id used for libvlc_media_player_select_program()
| char* libvlc_player_program_t::psz_name |
Program name, always valid.