Uiza Documentation
2020-05-28
2020-05-28
  • Hola! 👋
  • Getting Started
    • Introduction
    • Authentication
    • Errors
    • Quick Starts
      • Live Streaming
      • Video Streaming
    • Pagination
    • Recommended Specifications
    • Postman Collections
    • Sample Streaming Apps
      • NodeJS Live Streaming App
      • Java Live Streaming App
      • Python Live Streaming App
      • How to integrate live streaming into an Android App using Uiza’s Live API
    • Versioning
  • API Reference
    • Live Entities
      • Create A Live Entity
      • Retrieve A Live Entity
      • Update A Live Entity
      • [Deprecated] Update A Live Entity
      • Delete A Live Entity
      • List All Live Entities
      • [Deprecated] Enable Live Entity DVR
      • [Deprecated] Disable Live Entity DVR
      • Reset Ingest Key
    • Live Sessions
      • Retrieve A Live Session
      • List All Live Sessions
    • Video Entities
      • Retrieve A Video Entity
      • Update A Video Entity
      • Publish A Video Entity
      • Delete A Video Entity
      • List All Video Entities
    • Video Presets
      • Create a Video Preset
      • Retrieve a Video Preset
      • Update a Video Preset
      • Delete a Video Preset
      • List all Video Presets
      • Add Profile(s) to Video Preset
      • Remove Profile(s) from Video Preset
    • Video Profiles
      • List All Video Profiles
    • Events
      • Retrieve An Event
      • List All Events
      • Event Types
    • Webhook Endpoints
      • Create Webhook Endpoint
      • Retrieve Webhook Endpoint
      • Update Webhook Endpoint
      • [Deprecated] Update Webhook Endpoint
      • Delete Webhook Endpoint
      • List All Webhook Endpoints
      • [Deprecated] Enable A Webhook Endpoint
      • [Deprecated] Disable A Webhook Endpoint
  • SDK REFERENCE
    • Introduction
    • Android SDK
      • Android Player SDK
      • Android Broadcast SDK
    • iOS SDK
      • iOS Player SDK
      • iOS Broadcast SDK
    • Web Player SDK
  • API UPGRADES
    • Release Notes
    • API Changelog
Powered by GitBook
On this page
  • The Video Preset Object
  • Attributes

Was this helpful?

  1. API Reference

Video Presets

PreviousList All Video EntitiesNextCreate a Video Preset

Last updated 5 years ago

Was this helpful?

A video_preset is a group of profiles. The adaptive streaming output, generated by profiles, improves playback experience. Based on your subscription package, one preset can contain up to 6 profiles.

A preset should only include profiles with the same segment duration and orientation. If preset includes profiles with different segment durations (2s and 10s), the lower segment duration will be used for every profile. Different orientation will lead to different display aspect ratio when switching the profile, causing bad playback experience.

The Video Preset Object

Attributes

id string

The unique identifier for the video preset.

name string

The name of the video preset.

description string

Describes the content of the video preset. Useful to describe the profiles in the preset and talk about use cases.

is_default string

Defines if this preset is the default preset for encoding live entities and video entities.

profiles object

List of profiles in video preset. Number of profiles is defined by user's Tier (Developer - 1, Team - 3, Business - 6).

created_at string

The timestamp at which the video_preset is created. This value follows the .

updated_at string

The timestamp at which the most recent update to the video_preset occurred. This value follows the .

ISO 8601 standard
ISO 8601 standard
:warning: