WZDataSink
IntroductionWZDataSink defines a protocol for callbacks that occur when application-specific data is returned by the Wowza server. MethodsonData:- (void) onData:(nonnull WZDataEvent *)dataEvent; DiscussionCalled when data is received from the streaming session. |