Skip to main content
Version: 20 Mar 2024

PlayerTests

Public Fields

DurationInMiliseconds


public long DurationInMiliseconds = false { get; set; }


IsBuffering


public bool IsBuffering { get; set; }


IsSeeking


public bool IsSeeking = false { get; set; }


MediaPlayer


public Media.Player MediaPlayer { get; set; }


Public Methods

void MediaPlayer_Create

public void MediaPlayer_Create()

void MediaPlayer_Prepare

public void MediaPlayer_Prepare()

void StopMLMediaPlayer

Stops Media Player and destroys it's instance.

public void StopMLMediaPlayer()

Public Attributes

IsPlaying


public bool IsPlaying => _mediaPlayer is { IsPlaying: true };


IsPrepared


public bool IsPrepared => _mediaPlayer is { IsPrepared: true };