Table of Contents

Struct MFH264QP

Namespace
VisioForge.Core.Types.Output
Assembly
VisioForge.Core.dll

MF H264 QP.

public struct MFH264QP

Inherited Members

Properties

B

Gets or sets B-frames.

public ushort B { readonly get; set; }

Property Value

ushort

DefaultQp

Gets or sets the default Qp.

public ushort DefaultQp { readonly get; set; }

Property Value

ushort

I

Gets or sets I-frames.

public ushort I { readonly get; set; }

Property Value

ushort

P

Gets or sets P-frames.

public ushort P { readonly get; set; }

Property Value

ushort