// // CSFileStreamRTMPService.h // CSFileStreamServicePlugin // // Created by Zakk on 7/16/16. // #import #import "CSStreamServiceProtocol.h" @interface CSFileStreamRTMPService : NSObject @property bool isReady; @property (strong) NSString *destinationURI; -(NSViewController *)getConfigurationView; -(NSString *)getServiceDestination; +(NSString *)label; +(NSString *)serviceDescription; +(NSImage *)serviceImage; @end