C# Class YuvKA.Pipeline.TickRenderedMessage

Holds the result of rendering a tick with a PipelineDriver: a rendered frame per displayed node output.
ファイルを表示 Open project: TehMillhouse/YUV.KA Class Usage Examples

Public Methods

Method 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 method

public TickRenderedMessage ( Frame>.IDictionary dic ) : System.Collections.Generic
dic Frame>.IDictionary
return System.Collections.Generic

this() public method

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
return YuvKA.VideoModel.Frame