dl
dl::WAVEFormat结构体 参考

wav格式信息 16字节 更多...

#include <dl_audio_loader.h>

Public 属性

int16_t audioFormat
 
int16_t numChannels
 
int32_t sampleRate
 
int32_t byteRate
 
int16_t blockAlign
 
int16_t bitsPerSample
 

详细描述

wav格式信息 16字节

在文件 dl_audio_loader.h42 行定义.

类成员变量说明

◆ audioFormat

int16_t dl::WAVEFormat::audioFormat

在文件 dl_audio_loader.h44 行定义.

◆ bitsPerSample

int16_t dl::WAVEFormat::bitsPerSample

在文件 dl_audio_loader.h49 行定义.

◆ blockAlign

int16_t dl::WAVEFormat::blockAlign

在文件 dl_audio_loader.h48 行定义.

◆ byteRate

int32_t dl::WAVEFormat::byteRate

在文件 dl_audio_loader.h47 行定义.

◆ numChannels

int16_t dl::WAVEFormat::numChannels

在文件 dl_audio_loader.h45 行定义.

◆ sampleRate

int32_t dl::WAVEFormat::sampleRate

在文件 dl_audio_loader.h46 行定义.


该结构体的文档由以下文件生成: