Lines Matching refs:bitrate
68 \brief A bitrate mode (CBR, VBR, ABR)
180 \brief CBR : Get the bitrate to use /
181 VBR : Get the minimum bitrate value
186 \brief Get the current (VBR:min) bitrate for the specified MPEG version
188 \param bitrate the data that will be filled with the bitrate
191 \return 0 if the bitrate is not found, 1 if the bitrate is found
193 const int GetBitrateValue(DWORD & bitrate, const DWORD MPEG_Version) const;
195 \brief Get the current (VBR:min) bitrate for MPEG I
197 \param bitrate the data that will be filled with the bitrate
199 \return 0 if the bitrate is not found, 1 if the bitrate is found
201 const int GetBitrateValueMPEG1(DWORD & bitrate) const;
203 \brief Get the current (VBR:min) bitrate for MPEG II
205 \param bitrate the data that will be filled with the bitrate
207 \return 0 if the bitrate is not found, 1 if the bitrate is found
209 const int GetBitrateValueMPEG2(DWORD & bitrate) const;
212 \brief Get the current (VBR:min) bitrate in the form of a string
217 \return -1 if the bitrate is not found, and the number of char copied otherwise
222 \brief Get the (VBR:min) bitrate corresponding to the specified index in the form of a string
228 \return -1 if the bitrate is not found, and the number of char copied otherwise
245 \brief Get the min ABR bitrate possible
249 \brief Get the max ABR bitrate possible
260 \param MaxBitrate receive the maximum bitrate possible in the VBR mode