purgetss
Version:
A package that simplifies mobile app creation for Titanium developers.
7 lines • 335 B
Markdown
```css
// Property: allowTranscoding
// Description: Specifies if the video should be transcoded (using highest quality preset) . If set to false no video transcoding will be performed.
// Component(s): PhotoGalleryOptionsType
'.allow-transcoding': { allowTranscoding: true }
'.allow-transcoding-false': { allowTranscoding: false }
```