From bc69c7b110033ff551bc0d48a9a2cc074a86de7e Mon Sep 17 00:00:00 2001 From: Luo Jinghua Date: Sat, 25 Feb 2012 09:51:27 +0800 Subject: Added a interface to query current row for mods --- src/audiere.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/audiere.h b/src/audiere.h index e947501..68ea96d 100644 --- a/src/audiere.h +++ b/src/audiere.h @@ -376,6 +376,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. -- cgit v1.2.3