Class MacPlayer
- Namespace
 - Alis.Core.Audio.Players
 
- Assembly
 - Alis.dll
 
The mac player class
internal class MacPlayer : UnixPlayerBase, IPlayerInheritance
Implements
Inherited Members
Methods
GetBashCommand(string)
Gets the bash command using the specified file name
internal override string GetBashCommand(string fileName)Parameters
fileNamestring- 
The file name
 
Returns
- string
 - 
The string
 
SetVolume(byte)
Sets the volume using the specified percent
public override Task SetVolume(byte percent)Parameters
percentbyte- 
The percent
 
Returns
Exceptions
- ArgumentOutOfRangeException
 - 
Percent can't exceed 100