Enum VLMultiInput.TVLMixerAfterStop

From Mitov Wiki Doc
Jump to: navigation, search

This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.

Package: VideoLabPkg

Unit: VLMultiInput

Contents

Syntax

Delphi:

type TVLMixerAfterStop = (asStop, asZero, asLastFrame);

C++ Builder:

enum TVLMixerAfterStop {asStop, asZero, asLastFrame};

Visual C++ (MFC):

enum CTVLMixerAfterStop {asStop, asZero, asLastFrame};

Summary

Specifies the behavior of the mixer after the streams have stopped.

Description

Defines enumeration for the behavior of the mixer after the streams have stopped.

Values

asStop Stop the output stream after the input streams have stopped.
asZero Start showing blank frame after the input streams have stopped.
asLastFrame Keep showing the last frame after the input streams have stopped.
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox