Copyright © 2006-2019 MultiMedia Soft

EncodeFormats.MP2.GetTwoLameEncodingBitrateEx method

Previous pageReturn to chapter overviewNext page

Remarks

 

Retrieves a specific encoding bitrate (for Constant Bitrate or CBR) supported by TwoLame for a given frequency.

The number of available bitrates can be obtained using the EncodeFormats.MP2.GetTwoLameEncodingBitratesCountEx method.

 

For further details about encoding in MP2 format refer to the MP2 object section.

For further information about available encoding formats see the EncodeFormats object.

 

 

Syntax

 

[Visual Basic]

control.EncodeFormats.MP2.GetTwoLameEncodingBitrate (

nFrequency as Long,

nBitrateIndex as Integer

) as long


 

[C++]

long control.EncodeFormats.MP2.GetTwoLameEncodingBitrate (

long nFrequency,

short nBitrateIndex

);


 

 

Parameter

Description

 

 

nFrequency

Frequency expressed in Hertz (e.g. 44100)

nBitrateIndex

Number representing the zero-based index of the bitrate

 

 

Return value

 

Value

Meaning

 

 

Negative value

An error occurred. Check the LastError property value in order to see the last error.

> 0

The requested encoding bitrate