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