MediaPlayer.Close Method

Definition

Closes the underlying media.

public:
 void Close();
public void Close ();
member this.Close : unit -> unit
Public Sub Close ()

Remarks

The MediaPlayer can be opened again by calling the Open method.

Applies to