CSFFmpegVideoResolutionX Property |
The x resolution (-s[x]).
Namespace:
CSFFmpeg
Assembly:
CSFFmpeg (in CSFFmpeg.dll) Version: 1.0.0
Syntax public string VideoResolutionX { get; set; }
Public Property VideoResolutionX As String
Get
Set
Dim instance As CSFFmpeg
Dim value As String
value = instance.VideoResolutionX
instance.VideoResolutionX = value
member VideoResolutionX : string with get, set
/** @property */
public String get_VideoResolutionX()
/** @property */
public void set_VideoResolutionX(String value)
function get VideoResolutionX () : String
function set VideoResolutionX (value : String)
function get_VideoResolutionX();
function set_VideoResolutionX(value);
Property Value
Type:
StringSee Also