VLCConstants.h 583 B

123456789101112131415161718
  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 kVLCVersionCodename @"Aspen"
  9. #define kVLCSettingPasscodeKey @"Passcode"
  10. #define kVLCSettingPasscodeOnKey @"PasscodeProtection"
  11. #define kVLCSettingContinueAudioInBackgroundKey @"BackgroundAudioPlayback"
  12. #define kVLCSettingStretchAudio @"StretchAudio"
  13. #define kVLCSettingStretchAudioDefaultValue @"--no-audio-time-stretch"
  14. #define kVLCSettingVerboseOutput @"VerboseLogs"
  15. #define kVLCSettingVerboseOutputDefaultValue @"--verbose=3"