ClassPath: MEng.System.Runtime.Audio Parent ClassPath: MEng.Object Copyable: No Final: Yes MEng.System.Runtime.Audio provides access to simple audio media services, mainly to make simple sounds. More complex multi-media services are provided elsewhere.
Constructors:
Constructor();There is just a default constructor available.
Final, Const Methods:
Beep([In] MEng.Card4 Freq, [In] MEng.Card4 Millis);Does a simple beep on the system speaker (or via the sound card if one is installed) with the given frequency and for the indicated milliseconds. Be careful, because if you accidentally give some huge value for Millis, you are going to be listening for a while.