ABPeer Class Reference

Audiobus peer. More...

#import <ABPeer.h>

Inherits NSObject.

Properties

NSString * name
 Peer name.
 
NSString * deviceName
 Name of device peer is on.
 
NSString * displayName
 Peer display name.
 
BOOL present
 Whether the peer is currently present and accessible.
 
NSURL * launchURL
 The app's launch URL, iaa URL when possible.
 
NSURL * iaaLaunchURL
 The app's iaa URL when available.
 
NSURL * nonIAALaunchURL
 The app's normal URL.
 
UIImage * icon
 App icon.
 

Detailed Description

Audiobus peer.

This class represents another Audiobus-compatible app, either running on the local device, or on another device accessed over the network.

Property Documentation

- (NSString*) name
readnonatomicstrong

Peer name.

- (NSString*) deviceName
readnonatomicassign

Name of device peer is on.

- (NSString*) displayName
readnonatomicstrong

Peer display name.

- (BOOL) present
readnonatomicassign

Whether the peer is currently present and accessible.

- (NSURL*) launchURL
readnonatomicstrong

The app's launch URL, iaa URL when possible.

- (NSURL*) iaaLaunchURL
readnonatomicstrong

The app's iaa URL when available.

- (NSURL*) nonIAALaunchURL
readnonatomicstrong

The app's normal URL.

- (UIImage*) icon
readnonatomicstrong

App icon.


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