Struct MFH264QP
MF H264 QP.
Inherited Members
Namespace: VisioForge.Core.Types.Output
Assembly: VisioForge.Core.dll
Syntax
public struct MFH264QP
Properties
B
Gets or sets B-frames.
Declaration
public ushort B { readonly get; set; }
Property Value
Type | Description |
---|---|
ushort |
DefaultQp
Gets or sets the default Qp.
Declaration
public ushort DefaultQp { readonly get; set; }
Property Value
Type | Description |
---|---|
ushort |
I
Gets or sets I-frames.
Declaration
public ushort I { readonly get; set; }
Property Value
Type | Description |
---|---|
ushort |
P
Gets or sets P-frames.
Declaration
public ushort P { readonly get; set; }
Property Value
Type | Description |
---|---|
ushort |