KnownCameraAudioVideoProperties.H264RequestIdrFrame property

Requests an instantaneous decoding refresh.

Syntax

public static Guid H264RequestIdrFrame { get; }
Public Shared ReadOnly Property H264RequestIdrFrame As Guid
public:
static property Guid H264RequestIdrFrame { 
   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 set-only property is for use with the AudioVideoCaptureDevice class. In the AudioVideoCaptureDevice class, the SetProperty method sets the property to a new value (of type System.Boolean). When this property is set to true, an instantaneous decoding refresh (IDR) is requested of the encoding process. Timing of the IDR frame is not guaranteed and requesting an IDR multiple times may not result in multiple IDR frames. Setting this property to false has no effect.

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