L_ASRWaveformData

Summary

The L_ASRWaveformData structure provides information about the audio data from the live source.

Syntax

struct L_ASRWaveformData 
{ 
   L_UINT StructSize; 
   const L_FLOAT * Data; 
   L_SIZE_T DataLength; 
}; 
typedef struct L_ASRWaveformData L_ASRWaveformData; 

Members

StructSize

Size of this structure, in bytes. Use the sizeof operator to calculate this value.

Data

Defines the contract in which audio data/samples are communicated/transferred.

DataLength

Indicates the number of elements in Data members.

Usage

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2025 Apryse Sofware Corp. All Rights Reserved.
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2025 Apryse Sofware Corp. All Rights Reserved.