Click or drag to resize
IAdjustableBitrate Interface
Interface for adjustable bitrate class.

Namespace: StreamCoders.Adaptive.Common
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public interface IAdjustableBitrate

The IAdjustableBitrate type exposes the following members.

Properties
  NameDescription
Public propertyAverageBitrate
Gets the average (measured) bitrate of the current stream.
Top
Methods
  NameDescription
Public methodGetBitrates
Retrieves all supported bitrates.
Public methodSelectBitrate
Selects the next bitrate to be used.
Top
See Also