TextureView.SurfaceTextureUpdatedEventArgs クラス

定義

SurfaceTextureUpdated イベントのデータを提供します。

public class TextureView.SurfaceTextureUpdatedEventArgs : EventArgs
type TextureView.SurfaceTextureUpdatedEventArgs = class
    inherit EventArgs
継承
TextureView.SurfaceTextureUpdatedEventArgs

注釈

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

コンストラクター

名前 説明
TextureView.SurfaceTextureUpdatedEventArgs(SurfaceTexture)

関連付けられたコールバックに渡されるマネージド イベント データを初期化します。

プロパティ

名前 説明
Surface

このコールバックに指定された SurfaceTexture を取得します。

適用対象