Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 712 Bytes

mediatranscoder_alwaysreencode.md

File metadata and controls

23 lines (16 loc) · 712 Bytes
-api-id -api-type
P:Windows.Media.Transcoding.MediaTranscoder.AlwaysReencode
winrt property

Windows.Media.Transcoding.MediaTranscoder.AlwaysReencode

-description

Specifies whether the media transcoder always re-encodes the source.

-property-value

true if the media transcoder always re-encodes the source; otherwise false. The default value is false.

-remarks

If this property is false, the media transcoder remuxes the source without re-encoding, when possible. If the property is true, the media transcoder always re-encodes the source. The default value is false.

-examples

-see-also