C# Класс YuvKA.Pipeline.TickRenderedMessage

Holds the result of rendering a tick with a PipelineDriver: a rendered frame per displayed node output.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

TickRenderedMessage() публичный Метод

public TickRenderedMessage ( Frame>.IDictionary dic ) : System.Collections.Generic
dic Frame>.IDictionary
Результат System.Collections.Generic

this() публичный Метод

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
Результат YuvKA.VideoModel.Frame