Audio Render Options structure.
Contain options to control how the audio rendering will occur.
Public Member Functions | |
__init__ () | |
Constructor. | |
Public Attributes | |
FBTimeSpan | TimeSpan |
Property: Start and stop selection time to render. | |
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). | |
FBAudioBitDepthMode | BitDepthMode |
Property: Bit depth for one sample of audio. | |
FBAudioRateMode | RateMode |
Property: Rate mode for number of samples per second. | |
str | OutputFileName |
Property: Audio Render destination file. |
__init__ | ( | ) |
Property: Start and stop selection time to render.
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).
Property: Bit depth for one sample of audio.
8 bits and 16 bits available for audio render, 16 bits default.
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.
Property: Audio Render destination file.