IBasicVideoEffect.ProcessFrame(ProcessVideoFrameContext) Метод

Определение

Вызывается, когда кадры доступны для обработки пользовательским видеоэффектом.

public:
 void ProcessFrame(ProcessVideoFrameContext ^ context);
void ProcessFrame(ProcessVideoFrameContext const& context);
public void ProcessFrame(ProcessVideoFrameContext context);
function processFrame(context)
Public Sub ProcessFrame (context As ProcessVideoFrameContext)

Параметры

context
ProcessVideoFrameContext

Объект контекста, предоставляющий входные и выходные кадры для операции процесса.

Применяется к