SLLivePreviewDelegate Protocol Reference
Conforms to | NSObject |
---|---|
Declared in | SLLivePreview.h |
– squallEstablishedConnection:
Callback when Squall has established a connection and
- (void)squallEstablishedConnection:(SLLivePreview *)livePreview
Parameters
livePreview |
Live preview instance |
---|
Declared In
SLLivePreview.h
– squallEstablishedBonjourRegistration:
Callback when Squall has established a connection with Bonjour and
- (void)squallEstablishedBonjourRegistration:(SLLivePreview *)livePreview
Parameters
livePreview |
Live preview instance |
---|
Discussion
Warning: Mac only
Declared In
SLLivePreview.h
– squallReceivedAnimation:
Callback when Squall has received a new animation from After Effects. The property
- (void)squallReceivedAnimation:(SLLivePreview *)livePreview
Parameters
livePreview |
Live preview instance |
---|
Declared In
SLLivePreview.h
– squallEncounteredError:
Callback when Squall encountered an error.
- (void)squallEncounteredError:(NSError *)error
Parameters
error |
Live preview instance |
---|
Declared In
SLLivePreview.h