CodecName
Namespace:
CSMediaProperties
Assembly:
CSVideoPlayer (in CSVideoPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string CodecName { get; set; }
Public Property CodecName As String
Get
Set
Dim instance As Stream
Dim value As String
value = instance.CodecName
instance.CodecName = value
member CodecName : string with get, set
/** @property */
public String get_CodecName()
/** @property */
public void set_CodecName(String value)
function get CodecName () : String
function set CodecName (value : String)
function get_CodecName();
function set_CodecName(value);
Property Value
Type:
StringSee Also