Skip to content

Latest commit

 

History

History
56 lines (30 loc) · 1.66 KB

mf-mp2dlna-encode-quality.md

File metadata and controls

56 lines (30 loc) · 1.66 KB
description ms.assetid title ms.topic ms.date
Specifies the encoding quality for the Digital Living Network Alliance (DLNA) media sink.
4cf745ab-66ae-40f2-b5c4-3f72f1b9badb
MF_MP2DLNA_ENCODE_QUALITY attribute (Mfmp2dlna.h)
reference
05/31/2018

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
Mfmp2dlna.h

See also

Alphabetical List of Media Foundation Attributes