VLCConstants.h 317 B

1234567891011
  1. //
  2. // VLCConstants.h
  3. // VLC for iOS
  4. //
  5. // Created by Felix Paul Kühne on 20.05.13.
  6. // Copyright (c) 2013 VideoLAN. All rights reserved.
  7. //
  8. #define kVLCSettingPasscodeKey @"Passcode"
  9. #define kVLCSettingPasscodeOnKey @"PasscodeProtection"
  10. #define kVLCSettingContinueAudioInBackgroundKey @"BackgroundAudioPlayback"