Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1 KB

perceptionframeprovidermanagerservice_publishframeforprovider_1261268620.md

File metadata and controls

26 lines (18 loc) · 1 KB
-api-id -api-type
M:Windows.Devices.Perception.Provider.PerceptionFrameProviderManagerService.PublishFrameForProvider(Windows.Devices.Perception.Provider.IPerceptionFrameProvider,Windows.Devices.Perception.Provider.PerceptionFrame)
winrt method

Windows.Devices.Perception.Provider.PerceptionFrameProviderManagerService.PublishFrameForProvider

-description

Sends the PerceptionFrame to the service to tell any apps listening for frames for the provided provider. Frames aren't expected to be published before IPerceptionFrameProvider::Start() is called or after IPerceptionFrameProvider::Stop() is called.

-parameters

-param provider

The IPerceptionFrameProvider which produced the frame.

-param frame

The PerceptionFrame that was produced and should be sent to apps.

-remarks

-examples

-see-also