Copyright © 2001-2019 MultiMedia Soft

IsDirectShowLoadedFile method

Previous pageReturn to chapter overviewNext page

Remarks

 

Checks if the file loaded into the given player is rendered through DirectShow or natively.

 

 

Syntax

 

[Visual Basic]

control.IsDirectShowLoadedFile (

nPlayer as Integer

) as boolean


 

[C++]

BOOL control.IsDirectShowLoadedFile (

short nPlayer

);


 

 

Parameter

Description

 

 

nPlayer

Number representing the zero-based index of the involved player

 

 

Return value

 

Value

Meaning

 

 

FALSE

The loaded file is rendered natively

TRUE

The loaded file is rendered through DirectShow