Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.47 KB

bitmapencoder_gotonextframeasync_1063265177.md

File metadata and controls

30 lines (21 loc) · 1.47 KB
-api-id -api-type
M:Windows.Graphics.Imaging.BitmapEncoder.GoToNextFrameAsync(Windows.Foundation.Collections.IIterable{Windows.Foundation.Collections.IKeyValuePair{System.String,Windows.Graphics.Imaging.BitmapTypedValue}})
winrt method

Windows.Graphics.Imaging.BitmapEncoder.GoToNextFrameAsync

-description

Asynchronously commits the current frame data and appends a new empty frame, with the specified encoding options, to be edited.

-parameters

-param encodingOptions

The specified encoding options. A collection of key-value pairs containing one or more codec-specific encoding options and the desired values.

-returns

An object that manages the asynchronous operation of committing the current frame data and appending a new empty frame to be edited.

-remarks

You can obtain a collection of key-value pairs that you can pass to the encodingOptions parameter by creating a new BitmapPropertySet.

See CreateAsync(Guid, IRandomAccessStream, IIterable(IKeyValuePair)) for more information about using encoding options.

-examples

-see-also

BitmapPropertySet, GoToNextFrameAsync