Table of Contents

Class VideoProcessor.AssociatedData

Namespace
Stride.Video.Rendering
Assembly
Stride.Video.dll
public class VideoProcessor.AssociatedData : IDisposable
Inheritance
VideoProcessor.AssociatedData
Implements
Extension Methods

Constructors

AssociatedData(VideoComponent, IServiceRegistry)

public AssociatedData(VideoComponent component, IServiceRegistry services)

Parameters

component VideoComponent
services IServiceRegistry

Properties

Initialized

public bool Initialized { get; }

Property Value

bool

VideoComponent

public VideoComponent VideoComponent { get; }

Property Value

VideoComponent

Methods

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

public void Dispose()

Draw(TimeSpan)

public void Draw(TimeSpan elapsed)

Parameters

elapsed TimeSpan

Initialize()

public void Initialize()