2012-10-30 03:52:39 +00:00
|
|
|
#ifndef cmGrPlotAudio_h
|
|
|
|
#define cmGrPlotAudio_h
|
|
|
|
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
extern "C" {
|
|
|
|
#endif
|
|
|
|
|
2015-11-16 19:59:27 +00:00
|
|
|
//( { file_desc:"Override a cmGrPlotObj to make an efficient audio plot object." kw:[plot audio]}
|
|
|
|
|
2012-10-30 03:52:39 +00:00
|
|
|
cmGrPlRC_t cmGrPlotAudioFileObjCreate(
|
|
|
|
cmGrPlObjH_t oH,
|
|
|
|
cmAfmFileH_t afH,
|
|
|
|
unsigned audioChIdx );
|
|
|
|
|
2015-11-16 19:59:27 +00:00
|
|
|
//)
|
|
|
|
|
2012-10-30 03:52:39 +00:00
|
|
|
#ifdef __cplusplus
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#endif
|