11_VideoMediaSchema.json 902 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "classId": 11,
  3. "newProperties": [
  4. {
  5. "name": "encoding",
  6. "description": "Encoding of the video media object",
  7. "required": true,
  8. "property_type": { "Single": { "Reference": [7, false] } }
  9. },
  10. {
  11. "name": "pixelWidth",
  12. "description": "Video media width in pixels",
  13. "required": true,
  14. "property_type": { "Single": "Uint16" }
  15. },
  16. {
  17. "name": "pixelHeight",
  18. "description": "Video media height in pixels",
  19. "required": true,
  20. "property_type": { "Single": "Uint16" }
  21. },
  22. {
  23. "name": "size",
  24. "description": "Video media size in bytes",
  25. "required": false,
  26. "property_type": { "Single": "Uint64" }
  27. },
  28. {
  29. "name": "location",
  30. "description": "Location of the video media object",
  31. "required": true,
  32. "property_type": { "Single": { "Reference": [4, true] } }
  33. }
  34. ]
  35. }