SimpleVC1VideoProfile.AdaptiveGop Property

Gets or sets a value indicating whether adaptive GOP behavior is used. When you specify true, the encoder resets the GOP at each key frame. When you specify false, the encoder maintains a regular key frame cadence, but the encoder may still insert extra scene-change key frames.

Namespace: Microsoft.Expression.Encoder.Profiles
Assembly: Microsoft.Expression.Encoder (in microsoft.expression.encoder.dll)

Syntax

'Declaration
Public Overridable Property AdaptiveGop As Boolean
'Usage
Dim instance As SimpleVC1VideoProfile
Dim value As Boolean

value = instance.AdaptiveGop

instance.AdaptiveGop = value
public virtual bool AdaptiveGop { get; set; }
public:
virtual property bool AdaptiveGop {
    bool get ();
    void set (bool value);
}

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000

Target Platforms

See Also

Reference

SimpleVC1VideoProfile Class
SimpleVC1VideoProfile Members
Microsoft.Expression.Encoder.Profiles Namespace