MonoMac.AppKit.NSSound Members

The members of MonoMac.AppKit.NSSound are listed below.

See Also: Inherited members from MonoMac.Foundation.NSObject

Public Constructors

Documentation for this section has not yet been entered.
A constructor that initializes the object from the data stored in the unarchiver object.
Documentation for this section has not yet been entered.
Constructor to call on derived classes when the derived class has an [Export] constructor.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.
Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.

Public Properties

ChannelMappingMonoMac.Foundation.NSObject. Documentation for this section has not yet been entered.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
CurrentTimedouble. Documentation for this section has not yet been entered.
DelegateNSSoundDelegate. An instance of the MonoMac.AppKit.NSSoundDelegate model class which acts as the class delegate.
Loopsbool. Documentation for this section has not yet been entered.
Namestring. Documentation for this section has not yet been entered.
PlaybackDeviceIDstring. Documentation for this section has not yet been entered.
Volumefloat. Documentation for this section has not yet been entered.
WeakDelegateMonoMac.Foundation.NSObject. An object that can respond to the delegate protocol for this type

Public Methods

static
CanCreateFromPasteboard(NSPasteboard) : bool
Documentation for this section has not yet been entered.
Duration() : double
Documentation for this section has not yet been entered.
static
FromName(string) : NSSound
Documentation for this section has not yet been entered.
IsPlaying() : bool
Documentation for this section has not yet been entered.
Pause() : bool
Documentation for this section has not yet been entered.
Play() : bool
Documentation for this section has not yet been entered.
Resume() : bool
Documentation for this section has not yet been entered.
SoundUnfilteredTypes() : string[]
Documentation for this section has not yet been entered.
Stop() : bool
Documentation for this section has not yet been entered.
WriteToPasteboard(NSPasteboard)
Documentation for this section has not yet been entered.

Protected Methods

override
Dispose(bool)
Releases the resourced used by the NSSound object.

Public Events

DidFinishPlayingEvent raised by the object.