KnownCameraAudioVideoProperties.H264EnableKeyframes property

Specifies whether keyframes are enabled during H264 encoding.

Syntax

public static Guid H264EnableKeyframes { get; }
Public Shared ReadOnly Property H264EnableKeyframes As Guid
public:
static property Guid H264EnableKeyframes { 
   Guid get();
}

Property value

Type: System.Guid [.NET] | Platform::Guid [C++]

The ID of this property, for use with the GetProperty and SetProperty methods.

Remarks

This property is for use with the AudioVideoCaptureDevice class. In the AudioVideoCaptureDevice class, the GetProperty class gets the current value of the property (of type System.Boolean). The SetProperty method sets the property to a new value. Setting this property to true enables keyframes during H264 encoding. When this property is false, keyframes are not used during H264 encoding.

Requirements

Minimum supported client

None supported

Minimum supported server

None supported

Minimum supported phone

Windows Phone 8

Namespace

Windows.Phone.Media.Capture Windows::Phone::Media::Capture [C++]

Metadata

Windows.WinMD

See also

KnownCameraAudioVideoProperties