Space Engineers
Public Attributes | List of all members
Sandbox.Engine.Audio.MyAudio_Native.PCMFORMAT Struct Reference

Public Attributes

WaveFormatEncoding waveFormatTag
 format type More...
 
short channels
 number of channels More...
 
int sampleRate
 sample rate More...
 
int averageBytesPerSecond
 for buffer estimation More...
 
short blockAlign
 block size of data More...
 
short bitsPerSample
 number of bits per sample of mono data More...
 

Detailed Description

Definition at line 16 of file MyAudio_Native.cs.

Member Data Documentation

int Sandbox.Engine.Audio.MyAudio_Native.PCMFORMAT.averageBytesPerSecond

for buffer estimation

Definition at line 33 of file MyAudio_Native.cs.

short Sandbox.Engine.Audio.MyAudio_Native.PCMFORMAT.bitsPerSample

number of bits per sample of mono data

Definition at line 41 of file MyAudio_Native.cs.

short Sandbox.Engine.Audio.MyAudio_Native.PCMFORMAT.blockAlign

block size of data

Definition at line 37 of file MyAudio_Native.cs.

short Sandbox.Engine.Audio.MyAudio_Native.PCMFORMAT.channels

number of channels

Definition at line 25 of file MyAudio_Native.cs.

int Sandbox.Engine.Audio.MyAudio_Native.PCMFORMAT.sampleRate

sample rate

Definition at line 29 of file MyAudio_Native.cs.

WaveFormatEncoding Sandbox.Engine.Audio.MyAudio_Native.PCMFORMAT.waveFormatTag

format type

Definition at line 21 of file MyAudio_Native.cs.


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