public class SpriteRepresentation extends DashRepresentation
Constructor and Description |
---|
SpriteRepresentation() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getEncodingId()
UUID of an encoding (required)
|
String |
getSegmentPath()
Path to sprite segments.
|
String |
getSpriteId()
UUID of a Sprite (required)
|
String |
getStreamId()
UUID of a stream (required)
|
int |
hashCode() |
void |
setEncodingId(String encodingId)
UUID of an encoding (required)
|
void |
setSegmentPath(String segmentPath)
Path to sprite segments.
|
void |
setSpriteId(String spriteId)
UUID of a Sprite (required)
|
void |
setStreamId(String streamId)
UUID of a stream (required)
|
String |
toString() |
getId
public String getEncodingId()
public void setEncodingId(String encodingId)
encodingId
- UUID of an encoding (required)public String getStreamId()
public void setStreamId(String streamId)
streamId
- UUID of a stream (required)public String getSpriteId()
public void setSpriteId(String spriteId)
spriteId
- UUID of a Sprite (required)public String getSegmentPath()
public void setSegmentPath(String segmentPath)
segmentPath
- Path to sprite segments. Will be used as the representation id in the manifest. (required)public boolean equals(Object o)
equals
in class DashRepresentation
public int hashCode()
hashCode
in class DashRepresentation
public String toString()
toString
in class DashRepresentation
Copyright © 2025. All rights reserved.