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