Defines the possible enconding bit rates
Namespace: NDXVUMeterNETAssembly: DXVUMeterNETGDI (in DXVUMeterNETGDI.dll) Version: 3.0.4021.33606 (3.1.0.0)
Syntax
| C# |
|---|
public enum BitRateConstants |
| Visual Basic |
|---|
Public Enumeration BitRateConstants |
| Visual C++ |
|---|
public enum class BitRateConstants |
Members
| Member name | Value | Description | |
|---|---|---|---|
| CBR8 | 8 | ||
| CBR16 | 16 | ||
| CBR24 | 24 | ||
| CBR32 | 32 | ||
| CBR40 | 40 | ||
| CBR48 | 48 | ||
| CBR56 | 56 | ||
| CBR64 | 64 | ||
| CBR80 | 80 | ||
| CBR96 | 96 | ||
| CBR112 | 112 | ||
| CBR128 | 128 | ||
| CBR144 | 144 | ||
| CBR160 | 160 | ||
| CBR192 | 192 | ||
| CBR224 | 224 | ||
| CBR256 | 256 | ||
| CBR320 | 320 | ||
| VBR_Default | -1 | ||
| VBR_AverageBitRate | -2 | ||
| VBR_MTRH | -3 | ||
| VBR_Old | -4 | ||
| VBR_New | -5 |
Remarks
Constants that start with the CBR prefix indicate "Constant Bit Rates"
Constants that start with the VBR prefix indicate "Variable Bit Rates".
See the VBRQualityConstants enumeration for a list of possible qualities that can be used on variable bit rate encoded files