MF_MP2DLNA_VIDEO_BIT_RATE attribute
Specifies the maximum video bit rate for the Digital Living Network Alliance (DLNA) media sink.
Data type
UINT32
The value is the target maximum bit rate for the encoded video stream, in bits per second. The maximum value is 9800000 (9.8 Mbps), which is also the default value.
Get/set
To get this attribute, call IMFAttributes::GetUINT32.
To set this attribute, call IMFAttributes::SetUINT32.
Remarks
To set this attribute on the DLNA media sink, query the media sink for the IMFAttributes interface. Set the attribute before streaming begins.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 7 [desktop apps only] |
Minimum supported server |
Windows Server 2008 R2 [desktop apps only] |
Header |
|
See also