Definition
Namespace:Telerik.Windows.MediaFoundation
Assembly:Telerik.Windows.MediaFoundation.dll
Syntax:
C#
public class MediaFoundationVideoFormatInfo
Inheritance: objectMediaFoundationVideoFormatInfo
Constructors
C#
public MediaFoundationVideoFormatInfo()
C#
public MediaFoundationVideoFormatInfo(Guid majorType, Guid subType, int frameSizeWidth, int frameSizeHeight, int frameRate, int frameRateDenominator, int frameRateMin, int frameRateMinDenominator, int frameRateMax, int frameRateMaxDenominator)
Properties
C#
public int EffectiveFrameRate { get; }
C#
public int EffectiveMaxFrameRate { get; }
C#
public int EffectiveMinFrameRate { get; }
C#
public int FrameRateDenominator { get; set; }
C#
public int FrameRateMax { get; set; }
C#
public int FrameRateMaxDenominator { get; set; }
C#
public int FrameRateMin { get; set; }
C#
public int FrameRateMinDenominator { get; set; }
C#
public int FrameSizeHeight { get; set; }
C#
public int FrameSizeWidth { get; set; }
C#
public string SubTypeDisplayName { get; }