Products | Support | Send comments on this topic. | Email a link to this topic. | Back to Getting Started | Help Version 18.0.10.24
LEADTOOLS Transforms Help

ILMFAC3Encoder Interface

Show in webframe

This is the interface for the LEAD AC3 Encoder.

Interface Properties:

Type

Name

Description

long

OutputBitrate

Sets the output bitrate of the compressed audio data.Bitrate denotes the average number of bits that one second of audio data will take up in your compressed bitstream. The unit is in kbps. To calculate the number of bytes per second of audio data, divide the bitrate value by eight. Bitraterepresents the strength of compression. Also the bitrate has influence on quality. The higher the bitrate, the higher the quality.

The valid bitrate values are: {32, 40, 48, 56, 64, 80, 96, 112, 128, 160, 192, 224, 256, 320, 384, 448, 512, 576, 640}.

long

OutputChannelsFlag

A flag specifies the number of output channels. Possible values are:

LENCAC3_UNCHAGED:  [0x00] The number of output channels equals the number of input channels.
LENCAC3_FORCE_MONO:  [0x01] The number of output channel is 1.
LENCAC3_FORCE_STEREO: [0x02] The number of output channels is 2.
LENCAC3_FORCE_6CHANNELS:  [0x06] The number of output channels is 6.

BOOL

SimulateSurround

Enables or disables surround feature simulation. Possible values are:

TRUE:   Enables surround feature simulation.

FALSE: Disables surround feature simulation.

 

This property works only if LENCAC3_FORCE_6CHANNELS flag is selected.

 

Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.