VLCKit
Instance Methods | Properties | List of all members
<VLCFilter> Protocol Reference
Inheritance diagram for <VLCFilter>:
VLCAdjustFilter

Instance Methods

(BOOL) - resetParametersIfNeeded
 
(void) - applyParametersFrom:
 

Properties

VLCMediaPlayermediaPlayer
 
BOOL enabled
 
NSDictionary< NSString *, id< VLCFilterParameter > > * parameters
 

Method Documentation

◆ applyParametersFrom:

- (void) applyParametersFrom: (id< VLCFilter >)  otherFilter

Copy all parameters' value from another filter

Parameters
anotherFilter

◆ resetParametersIfNeeded

- (BOOL) resetParametersIfNeeded

Reset all filter parameters to default values only if their values have been previously changed Note that calling this method won't disable the filter If you want to disable the filter, you must call -[VLCAdjustFilter setEnabled:NO] explicitely

Returns
YES if parameters needed a reset

Property Documentation

◆ enabled

- (BOOL) enabled
readwritenonatomicassign

Enable or disable the filter Default to NO This value will be automatically set to YES if any of the filter parameters' value is changed

◆ mediaPlayer

- (VLCMediaPlayer*) mediaPlayer
readnonatomicweak

Reference to the media player whom this filter is applied

◆ parameters

- (NSDictionary< NSString*, id<VLCFilterParameter> >*) parameters
readnonatomicassign

A dictionay containing all filter's parameters


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