| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
enum {kQTRestrictionClassSave = 'save'
kQTRestrictionSaveDontAddMovieResource = (1L << 0)
kQTRestrictionSaveDontFlatten = (1L << 1)
kQTRestrictionSaveDontExport = (1L << 2)
kQTRestrictionSaveDontExtract = (1L << 3), // don't allow any form of // extraction of conten
kQTRestrictionClassEdit = 'edit',
kQTRestrictionEditDontCopy = (1L << 0), // disable copy
kQTRestrictionEditDontCut = (1L << 1), // disable cut
kQTRestrictionEditDontPaste = (1L << 2), // disable paste
kQTRestrictionEditDontClear = (1L << 3), // disable clear
kQTRestrictionEditDontModify = (1L << 4), // don't allow modification
// of content
kQTRestrictionEditDontExtract = (1L << 5) // don't allow any form of
// extraction of content
};
- whether the movie required authorization
- whether the movie was given authorization"
Anyone know if this is possible in Quicktime for Java?
_______________________________________________ Do not post admin requests to the list. They will be ignored. QuickTime-java mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/quicktime-java/email@hidden This email sent to email@hidden
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.