Class AN_MediaPlayer
AN_MediaPlayer class can be used to control playback of audio/video files and streams. https://developer.android.com/reference/android/media/MediaPlayer
Inheritance
System.Object
AN_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.Android.Media
Assembly: cs.temp.dll.dll
Syntax
public class AN_MediaPlayer
Methods
ShowRemoteVideo(String, Action)
Will show native play activity and open video that available by the
Declaration
public static void ShowRemoteVideo(string url, Action onClose)
Parameters
Type | Name | Description |
---|---|---|
System.String | url | Remove video url. |
Action | onClose | Native Player close callback. |