MeiCam SDK For iOS  3.10.0
Public Attributes | List of all members
NvsAudioSampleBuffers Struct Reference

#include <NvsCommonDef.h>

Public Attributes

void * data [NV_AUDIO_MAX_CHANNEL_COUNT]
 
int planeSizeInBytes
 
int sampleRate
 audio sample rate More...
 
int channelCount
 audio channel count More...
 
NvsAudioSampleFormat sampleFormat
 audio sample fromat More...
 
int actualSampleCount
 actual audio sample count in audioBuffer More...
 
int64_t timeStamp
 the timestamp of the audio sample buffer in microseconds More...
 

Member Data Documentation

◆ actualSampleCount

int NvsAudioSampleBuffers::actualSampleCount

actual audio sample count in audioBuffer

◆ channelCount

int NvsAudioSampleBuffers::channelCount

audio channel count

◆ data

void* NvsAudioSampleBuffers::data[NV_AUDIO_MAX_CHANNEL_COUNT]

◆ planeSizeInBytes

int NvsAudioSampleBuffers::planeSizeInBytes

◆ sampleFormat

NvsAudioSampleFormat NvsAudioSampleBuffers::sampleFormat

audio sample fromat

◆ sampleRate

int NvsAudioSampleBuffers::sampleRate

audio sample rate

◆ timeStamp

int64_t NvsAudioSampleBuffers::timeStamp

the timestamp of the audio sample buffer in microseconds


The documentation for this struct was generated from the following file: