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