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