// // StreamManager.h // Limelight // // Created by Diego Waxemberg on 10/20/14. // Copyright (c) 2014 Limelight Stream. All rights reserved. // #import #import "StreamConfiguration.h" #import "Connection.h" @interface StreamManager : NSOperation - (id) initWithConfig:(StreamConfiguration*)config renderView:(UIView*)view connectionTerminatedCallback:(id)callback; - (void) stopStream; @end