StreamInfoReferenceFrameCount Property |
Gets the number of reference frames.
Namespace:
CSVideoPlayer
Assembly:
CSVideoPlayer (in CSVideoPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic int ReferenceFrameCount { get; }
Public ReadOnly Property ReferenceFrameCount As Integer
Get
Dim instance As StreamInfo
Dim value As Integer
value = instance.ReferenceFrameCount
member ReferenceFrameCount : int with get
/** @property */
public int get_ReferenceFrameCount()
function get ReferenceFrameCount () : int
function get_ReferenceFrameCount();
Property Value
Type:
Int32
See Also