MCPcopy Create free account
hub / github.com/OpenNI/OpenNI / SetSource

Method SetSource

Include/XnCppWrapper.h:3867–3870  ·  view source on GitHub ↗

* @copybrief xnSetPlayerSource * For full details and usage, see @ref xnSetPlayerSource */

Source from the content-addressed store, hash-verified

3865 * For full details and usage, see @ref xnSetPlayerSource
3866 */
3867 inline XnStatus SetSource(XnRecordMedium sourceType, const XnChar* strSource)
3868 {
3869 return xnSetPlayerSource(GetHandle(), sourceType, strSource);
3870 }
3871
3872 /**
3873 * @brief Gets the player's source, that is, the type and name of the medium

Callers

nothing calls this directly

Calls 2

xnSetPlayerSourceFunction · 0.85
GetHandleFunction · 0.85

Tested by

no test coverage detected