Sip Endpoint SDK for Apple OS
|
#import <GSDevice.h>
Public Member Functions | |
(BOOL) | - supportsMedia: |
Properties | |
NSString * | name |
NSString * | driverName |
BOOL | canInput |
BOOL | canOutput |
Represents a system input or output device that can be used for a media sesssion
Definition at line 17 of file GSDevice.h.
- (BOOL) supportsMedia: | (GSMedia *) | media |
Determines whether the device supports the specified media type.
media | the media type |
|
readnonatomicassign |
Specifies whether the device can be used for input operations
Definition at line 32 of file GSDevice.h.
|
readnonatomicassign |
Specifies whether the device can be used for output operations
Definition at line 37 of file GSDevice.h.
|
readnonatomiccopy |
The name of the driver for this device.
Definition at line 27 of file GSDevice.h.
|
readnonatomiccopy |
The name of the device.
Definition at line 22 of file GSDevice.h.