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