Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 888 Bytes

mediastreamsourcesamplerenderedeventargs.md

File metadata and controls

20 lines (14 loc) · 888 Bytes
-api-id -api-type
T:Windows.Media.Core.MediaStreamSourceSampleRenderedEventArgs
winrt class

Windows.Media.Core.MediaStreamSourceSampleRenderedEventArgs

-description

Provides data for the MediaStreamSource.SampleRendered event, which occurs when a sample from a MediaStreamSource is rendered. Use SampleLag property to determine if there is a lag in the rendering of a sample, in which case you may decide to switch to a lower-bandwidth stream.

-remarks

Get an instance of this class by handling the MediaStreamSource.SampleRendered event.

-examples

-see-also