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