FakeXrExtensions.FakeMediaPlayerExtensions


class FakeXrExtensions.FakeMediaPlayerExtensions


Fake MediaPlayerExtensions.

Summary

Public constructors

Public constructors

FakeMediaPlayerExtensions

Added in 1.0.0-alpha02
FakeMediaPlayerExtensions()

Public functions

getPointSourceAttributes

Added in 1.0.0-alpha02
fun getPointSourceAttributes(): PointSourceAttributes?

getSoundFieldAttributes

Added in 1.0.0-alpha02
fun getSoundFieldAttributes(): SoundFieldAttributes?

setPointSourceAttributes

Added in 1.0.0-alpha02
@CanIgnoreReturnValue
fun setPointSourceAttributes(
    mediaPlayer: MediaPlayer,
    attributes: PointSourceAttributes?
): MediaPlayer
Parameters
mediaPlayer: MediaPlayer

The MediaPlayer on which to set the attributes.

attributes: PointSourceAttributes?

The source attributes to be set.

Returns
MediaPlayer

The same MediaPlayer instance provided.

setSoundFieldAttributes

Added in 1.0.0-alpha02
@CanIgnoreReturnValue
fun setSoundFieldAttributes(
    mediaPlayer: MediaPlayer,
    attributes: SoundFieldAttributes?
): MediaPlayer

Sets the SoundFieldAttributes on the provided MediaPlayer.

Parameters
mediaPlayer: MediaPlayer

The MediaPlayer on which to set the attributes.

attributes: SoundFieldAttributes?

The source attributes to be set.

Returns
MediaPlayer

The same MediaPlayer instance provided.