StreamInfoInfoFrameCount Property |
Gets the number of frames that were read to obtain the stream's information.
Namespace:
CSVideoPlayer
Assembly:
CSVideoPlayer (in CSVideoPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic int InfoFrameCount { get; }
Public ReadOnly Property InfoFrameCount As Integer
Get
Dim instance As StreamInfo
Dim value As Integer
value = instance.InfoFrameCount
member InfoFrameCount : int with get
/** @property */
public int get_InfoFrameCount()
function get InfoFrameCount () : int
function get_InfoFrameCount();
Property Value
Type:
Int32
See Also