Stops playback completely.

Usage #

package main

import (
    t "github.com/hugmouse/gotermux"
)

func main() {
    t.TermuxMediaPlayerStop()
}