Class MediaFoundationVideoFormatInfo
Inheritance
System.Object
MediaFoundationVideoFormatInfo
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.MediaFoundation
Assembly: Telerik.Windows.MediaFoundation.dll
Syntax
public class MediaFoundationVideoFormatInfo
Constructors
MediaFoundationVideoFormatInfo()
Declaration
public MediaFoundationVideoFormatInfo()
MediaFoundationVideoFormatInfo(Guid, Guid, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32)
Declaration
public MediaFoundationVideoFormatInfo(Guid majorType, Guid subType, int frameSizeWidth, int frameSizeHeight, int frameRate, int frameRateDenominator, int frameRateMin, int frameRateMinDenominator, int frameRateMax, int frameRateMaxDenominator)
Parameters
|
System.Guid
majorType
|
|
System.Guid
subType
|
|
System.Int32
frameSizeWidth
|
|
System.Int32
frameSizeHeight
|
|
System.Int32
frameRate
|
|
System.Int32
frameRateDenominator
|
|
System.Int32
frameRateMin
|
|
System.Int32
frameRateMinDenominator
|
|
System.Int32
frameRateMax
|
|
System.Int32
frameRateMaxDenominator
|
Properties
EffectiveFrameRate
Declaration
public int EffectiveFrameRate { get; }
Property Value
|
System.Int32
|
EffectiveMaxFrameRate
Declaration
public int EffectiveMaxFrameRate { get; }
Property Value
|
System.Int32
|
EffectiveMinFrameRate
Declaration
public int EffectiveMinFrameRate { get; }
Property Value
|
System.Int32
|
FrameRate
Declaration
public int FrameRate { get; set; }
Property Value
|
System.Int32
|
FrameRateDenominator
Declaration
public int FrameRateDenominator { get; set; }
Property Value
|
System.Int32
|
FrameRateMax
Declaration
public int FrameRateMax { get; set; }
Property Value
|
System.Int32
|
FrameRateMaxDenominator
Declaration
public int FrameRateMaxDenominator { get; set; }
Property Value
|
System.Int32
|
FrameRateMin
Declaration
public int FrameRateMin { get; set; }
Property Value
|
System.Int32
|
FrameRateMinDenominator
Declaration
public int FrameRateMinDenominator { get; set; }
Property Value
|
System.Int32
|
FrameSizeHeight
Declaration
public int FrameSizeHeight { get; set; }
Property Value
|
System.Int32
|
FrameSizeWidth
Declaration
public int FrameSizeWidth { get; set; }
Property Value
|
System.Int32
|
MajorType
Declaration
public Guid MajorType { get; set; }
Property Value
|
System.Guid
|
SubType
Declaration
public Guid SubType { get; set; }
Property Value
|
System.Guid
|
SubTypeDisplayName
Declaration
public string SubTypeDisplayName { get; }
Property Value
|
System.String
|