Class MediaControlEventsReceiver
Inheritance
object
MediaControlEventsReceiver
Assembly: .dll
public class MediaControlEventsReceiver : MonoBehaviour
Fields
|
Edit this page
View Source
Declaration
public UnityEvent<string, float> onDownloadProgress
Field Value
Type |
Description |
UnityEvent<string, float> |
|
|
Edit this page
View Source
Declaration
public UnityEvent<string> onMediaItemTransition
Field Value
Type |
Description |
UnityEvent<string> |
|
|
Edit this page
View Source
Declaration
public UnityEvent onPlaylistLoaded
Field Value
Type |
Description |
UnityEvent |
|
|
Edit this page
View Source
Declaration
public UnityEvent<RepeatMode> onRepeatModeChanged
Field Value
|
Edit this page
View Source
Declaration
public UnityEvent<bool> onShuffleModeEnabledChanged
Field Value
Type |
Description |
UnityEvent<bool> |
|