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