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