summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/audiere.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/audiere.h b/src/audiere.h
index e947501..68ea96d 100644
--- a/src/audiere.h
+++ b/src/audiere.h
@@ -377,6 +377,12 @@ namespace audiere {
ADR_METHOD(bool) setOrder(int order) { return false; }
/**
+ * Returns the row of the source. This is only for formats
+ * supported by dumb.
+ */
+ ADR_METHOD(int) getRow() { return 0; }
+
+ /**
* Returns the volume of specified channel of the source. This is
* only for formats supported by dumb.
*/