VideoMediaEncodingSchema.json 271 B

123456789101112
  1. {
  2. "className": "VideoMediaEncoding",
  3. "newProperties": [
  4. {
  5. "name": "Name",
  6. "description": "The name of the encoding format (ie. H264_mpeg4)",
  7. "required": true,
  8. "unique": true,
  9. "property_type": { "Single": { "Text": 32 } }
  10. }
  11. ]
  12. }