IAdjustableBitrateGetBitrates Method |
Retrieves all supported bitrates.
Namespace: StreamCoders.Adaptive.CommonAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
SyntaxIEnumerable<uint> GetBitrates()
Function GetBitrates As IEnumerable(Of UInteger)
IEnumerable<unsigned int>^ GetBitrates()
abstract GetBitrates : unit -> IEnumerable<uint32>
Return Value
Type:
IEnumerableUInt32
An enumerator of all bitrates.
See Also