FormatProbeScore Property |
ProbeScore
Namespace:
CSMediaProperties
Assembly:
CSFFmpeg (in CSFFmpeg.dll) Version: 1.0.0
Syntax public string ProbeScore { get; set; }
Public Property ProbeScore As String
Get
Set
Dim instance As Format
Dim value As String
value = instance.ProbeScore
instance.ProbeScore = value
member ProbeScore : string with get, set
/** @property */
public String get_ProbeScore()
/** @property */
public void set_ProbeScore(String value)
function get ProbeScore () : String
function set ProbeScore (value : String)
function get_ProbeScore();
function set_ProbeScore(value);
Property Value
Type:
StringSee Also