27 NS_ASSUME_NONNULL_BEGIN
36 NS_SWIFT_NAME(VLCFilterParameterProtocol)
38 @property (nonatomic)
id value;
39 @property (nonatomic, readonly)
id defaultValue;
40 @property (nonatomic, readonly)
id minValue;
41 @property (nonatomic, readonly)
id maxValue;
42 - (BOOL)isValueSetToDefault;
57 @property (nonatomic, getter=isEnabled) BOOL
enabled;
62 @property (nonatomic, readonly) NSDictionary< NSString*, id<VLCFilterParameter> > *
parameters;
76 - (void)applyParametersFrom:(
id<
VLCFilter>)otherFilter;