Enum UriType
Namespace: Glitch9.NativeMediaPlayer
Assembly: .dll
Syntax
public enum UriType : short
Fields
Name | Description |
---|---|
PersistentDataPath | The media file is located in the 'PersistentDataPath'. Android will use 'MediaPlayer' to play the media file. iOS will use 'AVAudioPlayer' to play the media file. |
StreamingAssets | The media file is located in the StreamingAssets folder. Android will use 'MediaPlayer' to play the media file. iOS will use 'AVAudioPlayer' to play the media file. |
StreamingUrl | The media file is located in a remote URL (e.g. http://www.example.com/media.mp3). Android will use 'ExoPlayer' to play the media file. iOS will use 'AVPlayer' to play the media file. |
Unknown |