Show / Hide Table of Contents

Class SpriteRepresentation

SpriteRepresentation

Inheritance
System.Object
BitmovinResponse
DashRepresentation
SpriteRepresentation
Inherited Members
BitmovinResponse.Id
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Bitmovin.Api.Sdk.Models
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class SpriteRepresentation : DashRepresentation

Properties

EncodingId

UUID of an encoding (required)

Declaration
public string EncodingId { get; set; }
Property Value
Type Description
System.String

SegmentPath

Path to sprite segments. Will be used as the representation id in the manifest. (required)

Declaration
public string SegmentPath { get; set; }
Property Value
Type Description
System.String

SpriteId

UUID of a Sprite (required)

Declaration
public string SpriteId { get; set; }
Property Value
Type Description
System.String

StreamId

UUID of a stream (required)

Declaration
public string StreamId { get; set; }
Property Value
Type Description
System.String
Back to top Generated by DocFX