Merge branch 'master' into hasSampleHeader
This commit is contained in:
commit
de1ab67d4a
42 changed files with 1634 additions and 91 deletions
|
|
@ -987,6 +987,13 @@ class DivDispatch {
|
|||
*/
|
||||
virtual const char* getSampleMemName(int index=0);
|
||||
|
||||
/**
|
||||
* Get sample memory start offset.
|
||||
* @param index the memory index.
|
||||
* @return memory start offset in bytes.
|
||||
*/
|
||||
virtual size_t getSampleMemOffset(int index = 0);
|
||||
|
||||
/**
|
||||
* Get sample memory usage.
|
||||
* @param index the memory index.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue