ReactOS 0.4.15-dev-7934-g1dc8d80
audio_format.cpp File Reference
#include "stdafx.h"
#include "audio_format.hpp"
Include dependency graph for audio_format.cpp:

Go to the source code of this file.

Functions

_AUDIO_NAMESPACE_START_ audio_format UNKNOWN_FORMAT (0, 0, 0)
 

Variables

audio_format A44100_16BIT_STEREO (44100, 16, 2)
 
audio_format A44100_16BIT_MONO (44100, 16, 1)
 

Function Documentation

◆ UNKNOWN_FORMAT()

_AUDIO_NAMESPACE_START_ audio_format UNKNOWN_FORMAT ( ,
,
 
)

Variable Documentation

◆ A44100_16BIT_MONO

audio_format A44100_16BIT_MONO(44100, 16, 1) ( 44100  ,
16  ,
 
)

◆ A44100_16BIT_STEREO

audio_format A44100_16BIT_STEREO(44100, 16, 2) ( 44100  ,
16  ,
 
)