Skip to content

Latest commit

 

History

History
75 lines (42 loc) · 1.98 KB

wmplibiwmpnetwork-iwmpnetwork-maxbitrate--vb-and-c.md

File metadata and controls

75 lines (42 loc) · 1.98 KB
title description ms.assetid keywords topic_type api_name api_location api_type ms.topic ms.date ms.custom
IWMPNetwork maxBitRate property
The maxBitRate property gets the maximum possible video bit rate.
5a4c984a-a692-49f4-9539-d9bec269dba8
maxBitRate property Windows Media Player
maxBitRate property Windows Media Player , IWMPNetwork interface
IWMPNetwork interface Windows Media Player , maxBitRate property
apiref
IWMPNetwork.maxBitRate
Interop.WMPLib.dll
COM
reference
4/26/2023
UpdateFrequency5

IWMPNetwork::maxBitRate property

[The feature associated with this page, Windows Media Player SDK, is a legacy feature. It has been superseded by MediaPlayer. MediaPlayer has been optimized for Windows 10 and Windows 11. Microsoft strongly recommends that new code use MediaPlayer instead of Windows Media Player SDK, when possible. Microsoft suggests that existing code that uses the legacy APIs be rewritten to use the new APIs if possible.]

The maxBitRate property gets the maximum possible video bit rate.

Syntax

public System.Int32 maxBitRate {get; set;}
Public ReadOnly Property maxBitRate As System.Int32

Property value

A System.Int32 that is the maximum bit rate.

Requirements

Requirement Value
Version
Windows Media Player 9 Series or later
Namespace
WMPLib
Assembly
Interop.WMPLib.dll (Interop.WMPLib.dll.dll)

See also

IWMPNetwork Interface (VB and C#)