* @copybrief xnGetPlayerSupportedFormat * For full details and usage, see @ref xnGetPlayerSupportedFormat */
| 3993 | * For full details and usage, see @ref xnGetPlayerSupportedFormat |
| 3994 | */ |
| 3995 | inline const XnChar* GetSupportedFormat() const |
| 3996 | { |
| 3997 | return xnGetPlayerSupportedFormat(GetHandle()); |
| 3998 | } |
| 3999 | |
| 4000 | /** |
| 4001 | * @copybrief xnEnumeratePlayerNodes |
no test coverage detected