SIP Endpoint SDK for OS X
|
#import <DefaultPolicies.h>
Public Member Functions | |
(id) | - initWithLogger:core: |
![]() | |
(id) | - initWithLogger: |
(id) | - initWithLogger:configData: |
![]() | |
(id< GSAudioDevice >) | - chooseActiveAudioInputDeviceFromList: |
(id< GSAudioDevice >) | - chooseActiveAudioOutputDeviceFromList: |
(id< GSAudioDevice >) | - chooseActiveHeadsetInputDeviceFromList: |
(id< GSAudioDevice >) | - chooseActiveHeadsetOutputDeviceFromList: |
(id< GSCaptureDevice >) | - chooseActiveCaptureDeviceFromList: |
(GSFlagState) | - headsetAvailable |
(GSPolicyData *) | - devicePolicyByQuery: |
Additional Inherited Members | |
![]() | |
id< GSLogger > | logger |
NSMutableDictionary * | configuration |
GSepCore * | epCore |
Defines the default device policy.
Definition at line 60 of file DefaultPolicies.h.
Initiate default device policy.
theLogger | the logger to be used for the video service operation |
theCore | the endpoint Core object |
Implements GSSipAbstractionObject.