more time source function...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2353 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -23,7 +23,6 @@ struct command_data;
|
||||
|
||||
// BMessage based data exchange with the media_server
|
||||
status_t SendToServer(BMessage *msg);
|
||||
//status_t QueryServer(BMessage *request, BMessage *reply);
|
||||
|
||||
// Raw data based data exchange with the media_server
|
||||
status_t SendToServer(int32 msgcode, command_data *msg, int size);
|
||||
|
||||
@@ -1,17 +0,0 @@
|
||||
#ifndef _VOLUME_CONTROL_
|
||||
#define _VOLUME_CONTROL_
|
||||
|
||||
/***********************************************************************
|
||||
* AUTHOR: Marcus Overhagen
|
||||
* FILE: VolumeControl.h
|
||||
* DESCR: transitional private volume control functions
|
||||
***********************************************************************/
|
||||
|
||||
namespace MediaKitPrivate {
|
||||
|
||||
status_t GetMasterVolume(float *left, float *right);
|
||||
status_t SetMasterVolume(float left, float right);
|
||||
|
||||
} //namespace MediaKitPrivate
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user