Fixes the build, I've had file corruption and forgot to
restore this file from the backup I've made, so it got forgotten in the last commit... git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38491 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
80a9df2502
commit
4edcbff706
@ -452,6 +452,13 @@ TransportControlGroup::SetVolume(float value)
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
TransportControlGroup::SetAudioChannelCount(int32 count)
|
||||
{
|
||||
fPeakView->SetChannelCount(count);
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
TransportControlGroup::SetPosition(float value, bigtime_t position,
|
||||
bigtime_t duration)
|
||||
|
@ -66,6 +66,7 @@ public:
|
||||
void SetMuted(bool mute);
|
||||
|
||||
void SetVolume(float value);
|
||||
void SetAudioChannelCount(int32 count);
|
||||
void SetPosition(float value, bigtime_t position,
|
||||
bigtime_t duration);
|
||||
float Position() const;
|
||||
|
Loading…
Reference in New Issue
Block a user