KnownCameraAudioVideoProperties.H264RequestDropNextNFrames property

Specifies the number of frames that should be dropped by the encoder.

Syntax

public static Guid H264RequestDropNextNFrames { get; }
Public Shared ReadOnly Property H264RequestDropNextNFrames As Guid
public:
static property Guid H264RequestDropNextNFrames { 
   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.UInt32). Not all values may be supported on each phone. Use the GetSupportedPropertyRange method to learn more about this property.

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