Copyright © 2005-2019 MultiMedia Soft

DisplayVideoMixer property (RO)

Previous pageReturn to chapter overviewNext page

Type

[Visual Basic]

Public Property DisplayVideoMixer As VideoMixer


 

[C#]

public VideoMixer DisplayVideoMixer {get;}


 

[C++]

public: __property VideoMixer* get_DisplayVideoMixer ();


 

This property is Read-only

 

 

Remarks

The embedded player of video files.

This property encapsulates the functionality of the VideoMixer class.

For details about video mixing refer to the How to use the video mixer tutorial.