MPD 0.17~git
Data Fields
player_control Struct Reference

#include <player_control.h>

Data Fields

unsigned buffer_chunks
unsigned int buffered_before_play
GThread * thread
 the handle of the player thread, or NULL if the player thread isn't running
GMutex * mutex
 This lock protects command, state, error.
GCond * cond
 Trigger this object after you have modified command.
enum player_command command
enum player_state state
enum player_error error
uint16_t bit_rate
struct audio_format audio_format
float total_time
float elapsed_time
struct songnext_song
struct songerrored_song
double seek_where
float cross_fade_seconds
float mixramp_db
float mixramp_delay_seconds
double total_play_time

Detailed Description

Definition at line 85 of file player_control.h.


Field Documentation

Definition at line 108 of file player_control.h.

Definition at line 107 of file player_control.h.

Definition at line 86 of file player_control.h.

Definition at line 88 of file player_control.h.

Definition at line 104 of file player_control.h.

Trigger this object after you have modified command.

Definition at line 102 of file player_control.h.

Definition at line 114 of file player_control.h.

Definition at line 110 of file player_control.h.

Definition at line 106 of file player_control.h.

Definition at line 112 of file player_control.h.

Definition at line 115 of file player_control.h.

Definition at line 116 of file player_control.h.

This lock protects command, state, error.

Definition at line 97 of file player_control.h.

Definition at line 111 of file player_control.h.

Definition at line 113 of file player_control.h.

Definition at line 105 of file player_control.h.

the handle of the player thread, or NULL if the player thread isn't running

Definition at line 92 of file player_control.h.

Definition at line 117 of file player_control.h.

Definition at line 109 of file player_control.h.


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