Method: Shotstack::Edit#disk
- Defined in:
- lib/shotstack/models/edit.rb
#disk ⇒ Object
**Notice: This option is now deprecated and will be removed. Disk types are handled automatically. Setting a disk type has no effect.** The disk type to use for storing footage and assets for each render. See [disk types](shotstack.io/docs/guide/architecting-an-application/disk-types/) for more details. <ul> <li>‘local` - optimized for high speed rendering with up to 512MB storage</li> <li>`mount` - optimized for larger file sizes and longer videos with 5GB for source footage and 512MB for output render</li> </ul>
30 31 32 |
# File 'lib/shotstack/models/edit.rb', line 30 def disk @disk end |