StreamInfo Constructor (Bitrate, Size)

Initializes a new instance of the StreamInfo class.

Namespace: Microsoft.Expression.Encoder.Profiles
Assembly: Microsoft.Expression.Encoder (in microsoft.expression.encoder.dll)

Syntax

'Declaration
Public Sub New ( _
    bitrate As Bitrate, _
    size As Size _
)
'Usage
Dim bitrate As Bitrate
Dim size As Size

Dim instance As New StreamInfo(bitrate, size)
public StreamInfo (
    Bitrate bitrate,
    Size size
)
public:
StreamInfo (
    Bitrate^ bitrate, 
    Size size
)

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000

Target Platforms

See Also

Reference

StreamInfo Class
StreamInfo Members
Microsoft.Expression.Encoder.Profiles Namespace