Class
MediaFoundationVideoFormatInfo

Definition

Namespace:Telerik.Windows.MediaFoundation

Assembly:Telerik.Windows.MediaFoundation.dll

Syntax:

cs-api-definition
public class MediaFoundationVideoFormatInfo

Inheritance: objectMediaFoundationVideoFormatInfo

Constructors

MediaFoundationVideoFormatInfo()

Declaration

cs-api-definition
public MediaFoundationVideoFormatInfo()

MediaFoundationVideoFormatInfo(Guid, Guid, int, int, int, int, int, int, int, int)

Declaration

cs-api-definition
public MediaFoundationVideoFormatInfo(Guid majorType, Guid subType, int frameSizeWidth, int frameSizeHeight, int frameRate, int frameRateDenominator, int frameRateMin, int frameRateMinDenominator, int frameRateMax, int frameRateMaxDenominator)

Parameters

majorType

Guid

subType

Guid

frameSizeWidth

int

frameSizeHeight

int

frameRate

int

frameRateDenominator

int

frameRateMin

int

frameRateMinDenominator

int

frameRateMax

int

frameRateMaxDenominator

int

Properties

EffectiveFrameRate

Declaration

cs-api-definition
public int EffectiveFrameRate { get; }

Property Value

int

EffectiveMaxFrameRate

Declaration

cs-api-definition
public int EffectiveMaxFrameRate { get; }

Property Value

int

EffectiveMinFrameRate

Declaration

cs-api-definition
public int EffectiveMinFrameRate { get; }

Property Value

int

FrameRate

Declaration

cs-api-definition
public int FrameRate { get; set; }

Property Value

int

FrameRateDenominator

Declaration

cs-api-definition
public int FrameRateDenominator { get; set; }

Property Value

int

FrameRateMax

Declaration

cs-api-definition
public int FrameRateMax { get; set; }

Property Value

int

FrameRateMaxDenominator

Declaration

cs-api-definition
public int FrameRateMaxDenominator { get; set; }

Property Value

int

FrameRateMin

Declaration

cs-api-definition
public int FrameRateMin { get; set; }

Property Value

int

FrameRateMinDenominator

Declaration

cs-api-definition
public int FrameRateMinDenominator { get; set; }

Property Value

int

FrameSizeHeight

Declaration

cs-api-definition
public int FrameSizeHeight { get; set; }

Property Value

int

FrameSizeWidth

Declaration

cs-api-definition
public int FrameSizeWidth { get; set; }

Property Value

int

MajorType

Declaration

cs-api-definition
public Guid MajorType { get; set; }

Property Value

Guid

SubType

Declaration

cs-api-definition
public Guid SubType { get; set; }

Property Value

Guid

SubTypeDisplayName

Declaration

cs-api-definition
public string SubTypeDisplayName { get; }

Property Value

string