aflibconfig.3
来自「一个共享源码的音频库5(doc 文档)」· 3 代码 · 共 158 行
3
158 行
.TH "aflibConfig" 3 "8 May 2002" "Open Source Audio Library Project" \" -*- nroff -*-.ad l.nh.SH NAMEaflibConfig \- Audio data configuration. .SH SYNOPSIS.br.PP\fC#include <aflibConfig.h>\fP.PP.SS "Public Methods".in +1c.ti -1c.RI "\fBaflibConfig\fP ()".br.RI "\fIConstructor.\fP".ti -1c.RI "\fBaflibConfig\fP (int num_channels, \fBaflib_data_size\fP bits_per_sample, int samples_per_second)".br.RI "\fIConstructor with parameters.\fP".ti -1c.RI "\fB~aflibConfig\fP ()".br.RI "\fIDestructor.\fP".ti -1c.RI "INLINE int \fBgetChannels\fP () const".br.RI "\fIGets the number of channels.\fP".ti -1c.RI "INLINE void \fBsetChannels\fP (int channels)".br.RI "\fISets the number of channels.\fP".ti -1c.RI "INLINE int \fBgetBitsPerSample\fP () const".br.RI "\fIGets the number of bits per sample.\fP".ti -1c.RI "INLINE \fBaflib_data_size\fP \fBgetSampleSize\fP () const".br.RI "\fIGets the sample size.\fP".ti -1c.RI "INLINE void \fBsetSampleSize\fP (\fBaflib_data_size\fP bits_per_sample)".br.RI "\fISets the sample size.\fP".ti -1c.RI "INLINE int \fBgetSamplesPerSecond\fP () const".br.RI "\fIGets the samples per second.\fP".ti -1c.RI "INLINE void \fBsetSamplesPerSecond\fP (int samples_per_second)".br.RI "\fISets the samples per second.\fP".ti -1c.RI "INLINE \fBaflib_data_orientation\fP \fBgetDataOrientation\fP () const".br.RI "\fIGets the data orientation.\fP".ti -1c.RI "INLINE void \fBsetDataOrientation\fP (\fBaflib_data_orientation\fP data_orientation)".br.RI "\fISets the data orientation.\fP".ti -1c.RI "INLINE \fBaflib_data_endian\fP \fBgetDataEndian\fP () const".br.RI "\fIGets the endian of the data.\fP".ti -1c.RI "INLINE void \fBsetDataEndian\fP (\fBaflib_data_endian\fP data_endian)".br.RI "\fISets the endian of the data.\fP".ti -1c.RI "INLINE long long \fBgetTotalSamples\fP () const".br.RI "\fIGets the total number of samples.\fP".ti -1c.RI "INLINE void \fBsetTotalSamples\fP (long long total)".br.RI "\fISets the total number of samples.\fP".in -1c.SH "DETAILED DESCRIPTION".PP Audio data configuration..PPThis class defines how audio data is formatted. This is just a simple data class. Most functions are inline in order to speed execution. .PP.SH "CONSTRUCTOR & DESTRUCTOR DOCUMENTATION".PP .SS "aflibConfig::aflibConfig ()".PPConstructor..PP.SS "aflibConfig::aflibConfig (int num_channels, \fBaflib_data_size\fP bits_per_sample, int samples_per_second)".PPConstructor with parameters..PP.SS "aflibConfig::~aflibConfig ()".PPDestructor..PP.SH "MEMBER FUNCTION DOCUMENTATION".PP .SS "INLINE int aflibConfig::getBitsPerSample () const\fC [inline]\fP".PPGets the number of bits per sample..PP.SS "INLINE int aflibConfig::getChannels () const\fC [inline]\fP".PPGets the number of channels..PP.SS "INLINE \fBaflib_data_endian\fP aflibConfig::getDataEndian () const\fC [inline]\fP".PPGets the endian of the data..PP.SS "INLINE \fBaflib_data_orientation\fP aflibConfig::getDataOrientation () const\fC [inline]\fP".PPGets the data orientation..PP.SS "INLINE \fBaflib_data_size\fP aflibConfig::getSampleSize () const\fC [inline]\fP".PPGets the sample size..PP.SS "INLINE int aflibConfig::getSamplesPerSecond () const\fC [inline]\fP".PPGets the samples per second..PP.SS "INLINE long long aflibConfig::getTotalSamples () const\fC [inline]\fP".PPGets the total number of samples..PP.SS "INLINE void aflibConfig::setChannels (int channels)\fC [inline]\fP".PPSets the number of channels..PP.SS "INLINE void aflibConfig::setDataEndian (\fBaflib_data_endian\fP data_endian)\fC [inline]\fP".PPSets the endian of the data..PP.SS "INLINE void aflibConfig::setDataOrientation (\fBaflib_data_orientation\fP data_orientation)\fC [inline]\fP".PPSets the data orientation..PP.SS "INLINE void aflibConfig::setSampleSize (\fBaflib_data_size\fP bits_per_sample)\fC [inline]\fP".PPSets the sample size..PP.SS "INLINE void aflibConfig::setSamplesPerSecond (int samples_per_second)\fC [inline]\fP".PPSets the samples per second..PP.SS "INLINE void aflibConfig::setTotalSamples (long long total)\fC [inline]\fP".PPSets the total number of samples..PP.SH "AUTHOR".PP Generated automatically by Doxygen for Open Source Audio Library Project from the source code.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?