Enum VideoPlayerSourceType

Enum Documentation

enum class csp::multiplayer::VideoPlayerSourceType

Enumerates the type of video sources the video player supports.

Values:

enumerator URLSource

A video hosted online on a specific URL address.

enumerator AssetSource

A video asset file that can be loaded and played at runtime.

enumerator WowzaStreamSource
enumerator Num