C# Class YuvKA.Pipeline.TickRenderedMessage

Holds the result of rendering a tick with a PipelineDriver: a rendered frame per displayed node output.
Afficher le fichier Open project: TehMillhouse/YUV.KA Class Usage Examples

Méthodes publiques

Méthode Description
TickRenderedMessage ( Frame>.IDictionary dic ) : System.Collections.Generic
this ( YuvKA.Pipeline.Node output ) : YuvKA.VideoModel.Frame

Gets the frame rendered for the given output or null if the output hasn't been rendered.

Method Details

TickRenderedMessage() public méthode

public TickRenderedMessage ( Frame>.IDictionary dic ) : System.Collections.Generic
dic Frame>.IDictionary
Résultat System.Collections.Generic

this() public méthode

Gets the frame rendered for the given output or null if the output hasn't been rendered.
public this ( YuvKA.Pipeline.Node output ) : YuvKA.VideoModel.Frame
output YuvKA.Pipeline.Node
Résultat YuvKA.VideoModel.Frame