VLCKit
Instance Methods | Properties | List of all members
VLCAudio Class Reference

#import <VLCAudio.h>

Inheritance diagram for VLCAudio:

Instance Methods

(void) - setMute:
 
(void) - volumeDown
 
(void) - volumeUp
 

Properties

BOOL muted
 
int volume
 

Detailed Description

basic class to control audio output

Method Documentation

- (void) setMute: ((deprecated))  __attribute__

Mute the current audio output.

Deprecated:
This selector will be removed in the next release
- (void) volumeDown

lower the current audio output volume

Note
This is a NO-OP on iOS and tvOS
- (void) volumeUp

higher the current audio output volume

Note
This is a NO-OP on iOS and tvOS

Property Documentation

- (BOOL) muted
readwriteatomicassign

Property to mute the current audio output

Note
decoding continues when muted, so consider disabling the audio track if you don't want audio for a long time
- (int) volume
readwriteatomicassign

control the current audio output volume

Note
This is a NO-OP on iOS and tvOS

The documentation for this class was generated from the following file: