28 extern NSString * VLCDefaultStreamOutputRTSP;
32 extern NSString * VLCDefaultStreamOutputRTP;
36 extern NSString * VLCDefaultStreamOutputRTP;
46 - (instancetype)initWithOptionDictionary:(NSDictionary *)dictionary NS_DESIGNATED_INITIALIZER __attribute__((deprecated));
50 + (instancetype)streamOutputWithOptionDictionary:(NSDictionary *)dictionary __attribute__((deprecated));
55 + (id)rtpBroadcastStreamOutputWithSAPAnnounce:(NSString *)announceName __attribute__((deprecated));
63 + (id)ipodStreamOutputWithFilePath:(NSString *)filePath __attribute__((deprecated));
67 + (instancetype)streamOutputWithFilePath:(NSString *)filePath __attribute__((deprecated));
71 + (id)mpeg2StreamOutputWithFilePath:(NSString *)filePath __attribute__((deprecated));
75 + (id)mpeg4StreamOutputWithFilePath:(NSString *)filePath __attribute__((deprecated));