Copyright © 2005-2019 MultiMedia Soft

DisplayVideoPlayer property (RO)

Previous pageReturn to chapter overviewNext page

Type

[Visual Basic]

Public Property DisplayVideoPlayer As VideoPlayer


 

[C#]

public VideoPlayer DisplayVideoPlayer {get;}


 

[C++]

public: __property VideoPlayer* get_DisplayVideoPlayer ();


 

This property is Read-only

 

 

Remarks

The embedded player of video files.

This property encapsulates the functionality of the VideoPlayer class.

For details about video clips rendering refer to the How to play video files through DirectShow section.