Test description:
	The MediaPlayer "sanity" test exercises all APIs of the nn::mm::Player class.

Build instruction:
	time nact platforms=NXFP2-a32,NXFP2-a64 specs=NX BUILD=Develop,Release -d Tests/Multimedia/Sources/Tests/MediaPlayerSanity

Run instruction:
	Can be run via Visual Studio using the accompanying VS project.
	or,
	Tools/CommandLineTools/RunOnTarget Tests/Outputs/NX-NXFP2-a64/Tests/testMultimedia_MediaPlayerSanity/Develop/testMultimedia_MediaPlayerSanity.nca <sdk>/Externals/multimedia/data/mp4/5s_h264_1080x1920_5_1_aac_2ch.mp4
	or run from the NintendoTargetManager directly.
	The first command-line parameter is the absolute path to a media file. Any file supported by the nn::mm::Player should work.

Pass condition:
	The APIs for the nn::mm::Player class that return nn::Result are all checked and any that don't succeed trigger a test failure.

Remarks:
	PCFS mode was used to develop the test. It can be modified to support SD card and network file access.

	From time to time, a bug will interfere with a test, in which case, the test may be disabled temporarily.
	Refer to the Google Test Framework documentation for information on disabling tests.
