MediaTransportControlsThumbnailRequestedEventArgs Class

Definition

Provides data for the MediaTransportControls.ThumbnailRequested event.

public ref class MediaTransportControlsThumbnailRequestedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 196608)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class MediaTransportControlsThumbnailRequestedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 196608)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class MediaTransportControlsThumbnailRequestedEventArgs
Public NotInheritable Class MediaTransportControlsThumbnailRequestedEventArgs
Inheritance
Object Platform::Object IInspectable MediaTransportControlsThumbnailRequestedEventArgs
Attributes

Methods

GetDeferral()

Returns a deferral that can be used to defer the completion of the ThumbnailRequested event while the thumbnail is generated.

SetThumbnailImage(IInputStream)

Sets the source of the thumbnail image.

Applies to