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