VLCKit
Instance Methods | List of all members
<VLCMediaListDelegate> Protocol Reference

#import <VLCMediaList.h>

Inheritance diagram for <VLCMediaListDelegate>:

Instance Methods

(void) - mediaList:mediaAdded:atIndex:
 
(void) - mediaList:mediaRemovedAtIndex:
 

Detailed Description

VLCMediaListDelegate

Method Documentation

◆ mediaList:mediaAdded:atIndex:

- (void) mediaList: (VLCMediaList *)  aMediaList
mediaAdded: (VLCMedia *)  media
atIndex: (NSUInteger)  index 
optional

delegate method triggered when a media was added to the list

Parameters
aMediaListthe media list
mediathe media object that was added
indexthe index the media object was added at

◆ mediaList:mediaRemovedAtIndex:

- (void) mediaList: (VLCMediaList *)  aMediaList
mediaRemovedAtIndex: (NSUInteger)  index 
optional

delegate method triggered when a media was removed from the list

Parameters
aMediaListthe media list
indexthe index a media item was deleted at

The documentation for this protocol was generated from the following file: