Show / Hide Table of Contents

Class UM_MediaPlayer

UM_MediaPlayer class can be used to control playback of audio/video files and streams.

Inheritance
System.Object
UM_MediaPlayer
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: SA.CrossPlatform.Media
Assembly: cs.temp.dll.dll
Syntax
public class UM_MediaPlayer

Methods

ShowRemoteVideo(String, Action)

Will show native play activity and open video that avaliable by the param.

Declaration
public static void ShowRemoteVideo(string url, Action onClose)
Parameters
Type Name Description
System.String url

Remove video url.

Action onClose
In This Article
Back to top Generated by DocFX