Conforms to NSObject
Declared in CocosDenshion.h

Tasks

  • – mute

    Is audio mute

    required method
  • – setMute:

    If YES then audio is silenced but not stopped, calls to start new audio will proceed but silently

    required method
  • – enabled

    Is audio enabled

    required method
  • – setEnabled:

    If NO then all audio is stopped and any calls to start new audio will be ignored

    required method

Instance Methods

enabled

Is audio enabled

- (BOOL)enabled

Declared In

CocosDenshion.h

mute

Is audio mute

- (BOOL)mute

Declared In

CocosDenshion.h

setEnabled:

If NO then all audio is stopped and any calls to start new audio will be ignored

- (void)setEnabled:(BOOL)enabledValue

Declared In

CocosDenshion.h

setMute:

If YES then audio is silenced but not stopped, calls to start new audio will proceed but silently

- (void)setMute:(BOOL)muteValue

Declared In

CocosDenshion.h