StreamInfoIsInterlaced Property |
Gets a value indicating whether the video frames are interlaced.
Namespace:
CSVideoPlayer
Assembly:
CSVideoPlayer (in CSVideoPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool IsInterlaced { get; }
Public ReadOnly Property IsInterlaced As Boolean
Get
Dim instance As StreamInfo
Dim value As Boolean
value = instance.IsInterlaced
member IsInterlaced : bool with get
/** @property */
public boolean get_IsInterlaced()
function get IsInterlaced () : boolean
function get_IsInterlaced();
Property Value
Type:
Boolean
See Also