Mpeg42VideoEncoderConfigurationReversibleVlc Property |
If enabled reversible VLC coding will be used. This option requires DataPartioning to be enabled.
Namespace: StreamCoders.EncoderAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic bool ReversibleVlc { get; set; }
Public Property ReversibleVlc As Boolean
Get
Set
public:
property bool ReversibleVlc {
bool get ();
void set (bool value);
}
member ReversibleVlc : bool with get, set
Property Value
Type:
Boolean
See Also