Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.02 KB

mediastreamsourceclosedrequest.md

File metadata and controls

23 lines (16 loc) · 1.02 KB
-api-id -api-type
T:Windows.Media.Core.MediaStreamSourceClosedRequest
winrt class

Windows.Media.Core.MediaStreamSourceClosedRequest

-description

Represents an object to be used by the MediaStreamSource.closed event to provide information to the application.

-remarks

The Reason property provides information regrading why the MediaStreamSource was closed.

See the MediaStreamSource Sample for an example of using Media Stream Source in a UWP app.

-examples

-see-also

MediaStreamSource Sample