[This is preliminary documentation and subject to change.]

Returns the maximum allowed bitrate (in kbps) for online video sources, as determined by the PlayOn host.


Namespace: MediaMallTechnologies.Plugin
Assembly: Util (in Util.dll)

Syntax

Visual Basic (Declaration)
ReadOnly Property MaximumAllowedBitrate As Double
C#
double MaximumAllowedBitrate { get; }
C++
property double MaximumAllowedBitrate abstract  {
    double get();
}
J#
/** property */
public double get_MaximumAllowedBitrate();
JScript
public function get MaximumAllowedBitrate() : double

Property Value

The maximum allowed bitrate in kbps as determined by the host. If there is no maximum, 0 is returned.

Remarks

This property can be used for a plugin to determine which source media streams are appropriate for the given bandwidth and processing capabilities of the PC. The value 0 indicates there is no detected maximum.

See Also