MseSourceBuffer クラス

定義

メディア ソース拡張機能 (MSE) ソース バッファーを表します。

public ref class MseSourceBuffer sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class MseSourceBuffer final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class MseSourceBuffer
Public NotInheritable Class MseSourceBuffer
継承
Object Platform::Object IInspectable MseSourceBuffer
属性

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)

注釈

AddSourceBuffer を呼び出して、このクラスのインスタンスを取得します。

プロパティ

AppendWindowEnd

追加ウィンドウの終了間隔を取得および設定します。

AppendWindowStart

append-window-start 間隔を取得および設定します。

Buffered

MseSourceBuffer オブジェクトのバッファー方法を取得します。

IsUpdating

バッファーが更新されているかどうかを示す値を取得します。

Mode

MseSourceBuffer オブジェクトがバッファーを追加する方法を取得および設定します。

TimestampOffset

MseSourceBuffer オブジェクトへのタイムスタンプ オフセットを取得および設定します。

メソッド

Abort()

メディア ソース拡張機能 (MSE) ソース バッファーを中止します。

AppendBuffer(IBuffer)

MseSourceBuffer オブジェクトにバッファーを追加します。

AppendStream(IInputStream)

ストリームを MseSourceBuffer オブジェクトに追加します。

AppendStream(IInputStream, UInt64)

ストリームを MseSourceBuffer オブジェクトに追加します。

Remove(TimeSpan, IReference<TimeSpan>)

指定した時間範囲のメディアを削除します。

イベント

Aborted

MseSourceBuffer が中止されたときに発生します。

ErrorOccurred

MseSourceBuffer にエラーが発生したときに発生します。

Updated

MseSourceBuffer が更新されたときに発生します。

UpdateEnded

MseSourceBuffer の更新が終了したときに発生します。

UpdateStarting

MseSourceBuffer の更新が開始されるときに発生します。

適用対象