StreamInfoDisposition Property |
Gets the disposition flags.
Please see ffmpeg.AV_DISPOSITION_* fields.
Namespace:
CSVideoPlayer
Assembly:
CSVideoPlayer (in CSVideoPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic int Disposition { get; }
Public ReadOnly Property Disposition As Integer
Get
Dim instance As StreamInfo
Dim value As Integer
value = instance.Disposition
member Disposition : int with get
/** @property */
public int get_Disposition()
function get Disposition () : int
function get_Disposition();
Property Value
Type:
Int32
See Also