IsDirectShowLoadedFile method |
|
Remarks
Checks if the file loaded into the given player is rendered through DirectShow or natively.
Syntax
[Visual Basic] Public Function IsDirectShowLoadedFile ( nPlayerIndex as Int16 ) as Boolean |
[C#] public bool IsDirectShowLoadedFile ( Int16 nPlayerIndex ); |
[C++] public: bool IsDirectShowLoadedFile ( Int16 nPlayerIndex ); |
Parameter |
Description |
|
|
nPlayerIndex |
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 |