Data - MediaDataDoc
The MediaDataDoc document is a data document that contains the meta data and source information for a media data file.
Field | Data Type | Required | Default | Description |
---|---|---|---|---|
id | String | Yes | - | Regno unique document identifier. |
type | Fixed String | No | AliasDoc | Type of the document, resolved from fixed document types. |
configDocId | String | Yes | - | The unique identifier (id) of the ConfigDoc document that this document is associated with. |
name | String | Yes | - | Description not available |
description | String | No | - | Description not available |
offset | Int64 | No | - | A 64-bit Long value specifying the offset in nanoseconds from the start of the media file, at which the related configDoc data begins. The value can be both positive and negative. |
offsetConfig | UInt64 | No | - | A 64-bit Long value specifying the offset into the config, at which this media file starts to play. The value only be positive. |
source | String | Yes | - | A free form string describing the media source. |
mediaType | Fixed String | Yes | Video | A fixed type description of the media. Valid options are: Audio, Video Valid Options are: Video, Audio, Image, VideoStream, AudioStream |
tags | TagDoc[] | No | - | Description not available |