MediaTranscoder.AlwaysReencode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies whether the media transcoder always re-encodes the source.
public:
property bool AlwaysReencode { bool get(); void set(bool value); };
bool AlwaysReencode();
void AlwaysReencode(bool value);
public bool AlwaysReencode { get; set; }
var boolean = mediaTranscoder.alwaysReencode;
mediaTranscoder.alwaysReencode = boolean;
Public Property AlwaysReencode As Boolean
Property Value
bool
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.