new GoBrain.Dtos.Stream()
GoBrain.Core/src/dtos/stream.js, line 1
Properties:
Name | Type | Default | Description |
---|---|---|---|
audios |
Array.<GoBrain.Dtos.Specifications.Audio> | List of audio specifications belonging to the stream. |
|
collectionId |
String | Used to group several renditions together. |
|
language |
GoBrain.Dtos.Language | Stream language. |
|
mimeType |
String | Stream mime type. |
|
projection |
String | Rectilinear | Projection of the stream. |
List |
Array.<GoBrain.Dtos.Specifications.Protection> | of protection specifications belonging to the stream. |
|
renditionId |
String | Stream rendition id. |
|
url |
String | Stream url. |
|
videos |
Array.<GoBrain.Dtos.Specifications.Video> | List of video specifications belonging to the stream. |
|
visualLayout |
String | Monoscopic | Visual layout of the stream. |