ClassMediaFoundationVideoFormatInfo
Holds information of a video format used by Windows Media Foundation.
Definition
Namespace:Telerik.Windows.MediaFoundation
Assembly:Telerik.Windows.MediaFoundation.dll
Syntax:
public class MediaFoundationVideoFormatInfo
Inheritance: objectMediaFoundationVideoFormatInfo
Constructors
MediaFoundationVideoFormatInfo()
Initializes a new instance of the MediaFoundationVideoFormatInfo class.
Declaration
public MediaFoundationVideoFormatInfo()
MediaFoundationVideoFormatInfo(Guid, Guid, int, int, int, int, int, int, int, int)
Initializes a new instance of the MediaFoundationVideoFormatInfo class.
Declaration
public MediaFoundationVideoFormatInfo(Guid majorType, Guid subType, int frameSizeWidth, int frameSizeHeight, int frameRate, int frameRateDenominator, int frameRateMin, int frameRateMinDenominator, int frameRateMax, int frameRateMaxDenominator)
Parameters
majorType
subType
frameSizeWidth
frameSizeHeight
frameRate
frameRateDenominator
frameRateMin
frameRateMinDenominator
frameRateMax
frameRateMaxDenominator
Properties
EffectiveFrameRate
Gets the effective frame rate by dividing the FrameRate by the FrameRateDenominator.
EffectiveMaxFrameRate
Gets the effective maximum frame rate by dividing the FrameRateMax by the FrameRateDenominatorMax.
EffectiveMinFrameRate
Gets the effective minimum frame rate by dividing the FrameRateMin by the FrameRateDenominatorMin.
FrameRate
Gets the frame rate of this video format.
FrameRateDenominator
Gets the frame rate denominator of this video format.
FrameRateMax
Gets the maximum frame rate of this video format.
FrameRateMaxDenominator
Gets the maximum frame rate denominator of this video format.
FrameRateMin
Gets the minimum frame rate of this video format.
FrameRateMinDenominator
Gets the minimum frame rate denominator of this video format.
FrameSizeHeight
Gets the height of the frames of this video format.
FrameSizeWidth
Gets the width of the frames of this video format.
MajorType
Gets or sets the major type of this video format.
SubType
Gets or sets the sub type of this video format.
SubTypeDisplayName
Gets the display name of the media sub type of this video format.