MediaTranscoder.AlwaysReencode Property

Definition

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

Boolean

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.

Applies to