aboutsummaryrefslogtreecommitdiffstats
path: root/src/PlayerControl.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-08-03 21:00:50 +0200
committerMax Kellermann <max@duempel.org>2013-08-03 21:37:56 +0200
commitd1e7b4e38136f9342aad76c685a13adf0e69f869 (patch)
tree49643b937ddfe735511b566a71398da5a945d7aa /src/PlayerControl.hxx
parent67f591a9ce60651da41afc499bd9a22e25314e35 (diff)
downloadmpd-d1e7b4e38136f9342aad76c685a13adf0e69f869.tar.gz
mpd-d1e7b4e38136f9342aad76c685a13adf0e69f869.tar.xz
mpd-d1e7b4e38136f9342aad76c685a13adf0e69f869.zip
audio_format: convert to C++
Diffstat (limited to 'src/PlayerControl.hxx')
-rw-r--r--src/PlayerControl.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/PlayerControl.hxx b/src/PlayerControl.hxx
index ab87f6092..bea2e05eb 100644
--- a/src/PlayerControl.hxx
+++ b/src/PlayerControl.hxx
@@ -20,7 +20,7 @@
#ifndef MPD_PLAYER_H
#define MPD_PLAYER_H
-#include "audio_format.h"
+#include "AudioFormat.hxx"
#include "thread/Mutex.hxx"
#include "thread/Cond.hxx"
@@ -85,7 +85,7 @@ enum player_error {
struct player_status {
enum player_state state;
uint16_t bit_rate;
- struct audio_format audio_format;
+ AudioFormat audio_format;
float total_time;
float elapsed_time;
};
@@ -130,7 +130,7 @@ struct player_control {
GError *error;
uint16_t bit_rate;
- struct audio_format audio_format;
+ AudioFormat audio_format;
float total_time;
float elapsed_time;