WOWZDataEvent.h

Includes:
<Foundation/Foundation.h>
<CoreMedia/CoreMedia.h>
"WOWZData.h"

Introduction

Use the links in the table of contents to the left to access the documentation.



Classes

WOWZDataEvent


Typedefs

NS_ENUM
WOWZDataScope

NS_ENUM


typedef NS_ENUM(NSUInteger, WOWZDataScope) { 
    WOWZDataScopeModule, WOWZDataScopeStream 
};  
Constants
WOWZDataScopeModule

Data events sent with a WOWZDataScopeModule scope will be mapped to an invocation of a public handler method contained within any active server module class having the same name as the event.

WOWZDataScopeStream

Data events sent with a WOWZDataScopeStream scope will be delivered to each client subscribed to the stream.

Discussion

Identifiers for the various data scopes to which a data event can be targeted.

See Also


WOWZDataScope


typedef NS_ENUM(NSUInteger, WOWZDataScope) { 
    WOWZDataScopeModule, WOWZDataScopeStream 
};  
Constants
WOWZDataScopeModule

Data events sent with a WOWZDataScopeModule scope will be mapped to an invocation of a public handler method contained within any active server module class having the same name as the event.

WOWZDataScopeStream

Data events sent with a WOWZDataScopeStream scope will be delivered to each client subscribed to the stream.

Discussion

Identifiers for the various data scopes to which a data event can be targeted.

See Also