From fa3041f9acfd171b62c0ab73cde8b9d0f0772a9c Mon Sep 17 00:00:00 2001 From: mickeyl Date: Mon, 24 Jan 2005 18:56:14 +0000 Subject: add isStereo to OMixerInterface to gather whether a given channel is a stereo or mono channel --- (limited to 'libopie2/opiemm/osoundsystem.h') diff --git a/libopie2/opiemm/osoundsystem.h b/libopie2/opiemm/osoundsystem.h index bd69114..ac7a5a7 100644 --- a/libopie2/opiemm/osoundsystem.h +++ b/libopie2/opiemm/osoundsystem.h @@ -202,7 +202,11 @@ class OMixerInterface : public QObject /** * @returns true, if @a channel exists. */ - bool hasChannel( const QString& channel ); + bool hasChannel( const QString& channel ) const; + /** + * @returns true, if @a channel is stereo. + */ + bool isStereo( const QString& channel ) const; /** * Set the @a left and @a right volumes for @a channel. -- cgit v0.9.0.2