123456789101112131415161718 |
- //
- // VLCConstants.h
- // VLC for iOS
- //
- // Created by Felix Paul Kühne on 20.05.13.
- // Copyright (c) 2013 VideoLAN. All rights reserved.
- //
- #define kVLCVersionCodename @"Aspen"
- #define kVLCSettingPasscodeKey @"Passcode"
- #define kVLCSettingPasscodeOnKey @"PasscodeProtection"
- #define kVLCSettingContinueAudioInBackgroundKey @"BackgroundAudioPlayback"
- #define kVLCSettingStretchAudio @"StretchAudio"
- #define kVLCSettingStretchAudioDefaultValue @"--no-audio-time-stretch"
- #define kVLCSettingVerboseOutput @"VerboseLogs"
- #define kVLCSettingVerboseOutputDefaultValue @"--verbose=3"
|