MediaStreamSourceSampleRenderedEventArgs クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
MediaStreamSource からのサンプルがレンダリングされるときに発生する MediaStreamSource.SampleRendered イベントのデータを提供します。 SampleLag プロパティを使用して、サンプルのレンダリングに遅延があるかどうかを判断します。その場合は、低帯域幅ストリームに切り替えることができます。
public ref class MediaStreamSourceSampleRenderedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class MediaStreamSourceSampleRenderedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class MediaStreamSourceSampleRenderedEventArgs
Public NotInheritable Class MediaStreamSourceSampleRenderedEventArgs
- 継承
- 属性
Windows の要件
デバイス ファミリ |
Windows 10 Anniversary Edition (10.0.14393.0 で導入)
|
API contract |
Windows.Foundation.UniversalApiContract (v3.0 で導入)
|
注釈
MediaStreamSource.SampleRendered イベントを処理して、このクラスのインスタンスを取得します。
プロパティ
SampleLag |
サンプルがレンダリングされたラグを表す期間を取得します。 |