Enum PlaylistFlags
Enum PlaylistFlags
Namespace: AIMP.SDK.Playlist
Assembly: AIMP.SDK.dll
Syntax
[Flags]
public enum PlaylistFlags
  Fields
| Name | Description | 
|---|---|
| FileInfo | Shows that object is IAimpFileInfo (otherwise object must be a string).  | 
      
| NoAsync | File adding will be processed in main thread, the method will not return control until operation has been completed (not recommended).  | 
      
| NoCheckFormat | suppresses file format checking.  | 
      
| NoExpand | suppresses file expansion to few virtual files.  |