Audio Render Options structure. More...
#include <fbapplication.h>
Public Member Functions | |
FBAudioRenderOptions () | |
Constructor. More... | |
Public Attributes | |
FBTimeSpan | TimeSpan |
Property: Start and stop selection time to render. More... | |
FBAudioChannelMode | ChannelMode |
Property: Audio render channel number, 1 for Mono(left channel right channel render mixed to one channel), 2 for Stereo(left channel right channel render separately). More... | |
FBAudioBitDepthMode | BitDepthMode |
Property: Bit depth for one sample of audio. 8, 16 and 24 bits available for audio render, 16 bits default. More... | |
FBAudioRateMode | RateMode |
Property: Rate mode for number of samples per second. 44100 hz default,8000, 11025,12000,16000,22050,24000,32000,44100,48000,64000,88200,96000 available for audio render. More... | |
FBString | OutputFileName |
Property: Audio Render destination file. More... | |
Audio Render Options structure.
Contain options to control how the audio rendering will occur.
Definition at line 216 of file fbapplication.h.
Constructor.
FBAudioBitDepthMode BitDepthMode |
Property: Bit depth for one sample of audio. 8, 16 and 24 bits available for audio render, 16 bits default.
Definition at line 226 of file fbapplication.h.
FBAudioChannelMode ChannelMode |
Property: Audio render channel number, 1 for Mono(left channel right channel render mixed to one channel), 2 for Stereo(left channel right channel render separately).
Definition at line 225 of file fbapplication.h.
FBString OutputFileName |
Property: Audio Render destination file.
Definition at line 228 of file fbapplication.h.
FBAudioRateMode RateMode |
Property: Rate mode for number of samples per second. 44100 hz default,8000, 11025,12000,16000,22050,24000,32000,44100,48000,64000,88200,96000 available for audio render.
Definition at line 227 of file fbapplication.h.
FBTimeSpan TimeSpan |
Property: Start and stop selection time to render.
Definition at line 224 of file fbapplication.h.