]> git.sesse.net Git - vlc/blobdiff - projects/macosx/framework/Headers/Public/VLCMediaList.h
macosx/framework: Added [VLCMediaList initWithArray:] method
[vlc] / projects / macosx / framework / Headers / Public / VLCMediaList.h
index 94aff02c37d3c3ca426f1836714f5836c12c40b6..196257d386e882e445f06d2cb11aee0afb73cf70 100644 (file)
@@ -57,6 +57,12 @@ extern NSString * VLCMediaListItemDeleted;
     NSMutableArray * cachedMedia;                   //< Private copy of media objects.
 }
 
+/**
+ * Init a MediaList with the media contained in array.
+ * \array an array of VLCMedia.
+ */
+- (id)initWithArray:(NSArray *)array;
+
 /* Operations */
 /**
  * TODO: Documentation - [VLCMediaList lock]