Windows.Graphics.Imaging.BitmapEncoder.GoToNextFrameAsync

February 8, 2017 ยท View on GitHub

-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