MF_MP2DLNA_ENCODE_QUALITY attribute
Specifies the encoding quality for the Digital Living Network Alliance (DLNA) media sink.
Data type
UINT32
Range: 0–18
Get/set
To get this attribute, call IMFAttributes::GetUINT32.
To set this attribute, call IMFAttributes::SetUINT32.
Remarks
Higher numbers indicate better encoding quality. Lower numbers indicate faster encoding, but lower encoding quality. The default value is 9.
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