IsDirectShowLoadedFile method |
|
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 |