StreamInfoDisplayAspectRatio Property |
Gets the display aspect ratio.
Namespace:
CSVideoPlayer
Assembly:
CSVideoPlayer (in CSVideoPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic AVRational DisplayAspectRatio { get; }
Public ReadOnly Property DisplayAspectRatio As AVRational
Get
Dim instance As StreamInfo
Dim value As AVRational
value = instance.DisplayAspectRatio
member DisplayAspectRatio : AVRational with get
/** @property */
public AVRational get_DisplayAspectRatio()
function get DisplayAspectRatio () : AVRational
function get_DisplayAspectRatio();
Property Value
Type:
AVRational
See Also