-
- All Implemented Interfaces:
public class ConvivaContentMetadata
The Conviva content metadata.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
ConvivaContentMetadata.Builder
The builder for the Conviva content metadata.
-
Field Summary
Fields Modifier and Type Field Description private final String
assetName
private final int
defaultBitrateKbps
private final String
defaultResource
private final int
duration
private final int
encodedFrameRate
private final String
applicationName
private final String
viewerId
private final ReadOnlyMapString
custom
-
Method Summary
Modifier and Type Method Description String
getAssetName()
The name of the asset. int
getDefaultBitrateKbps()
The default bitrate of the asset, in kbps. String
getDefaultResource()
The default resource. int
getDuration()
The duration of the asset, in seconds. int
getEncodedFrameRate()
The encoded frame rate of the asset, in frames per second. String
getApplicationName()
The application name. String
getViewerId()
The identifier of the viewer. ReadOnlyMapString
getCustom()
A read-only Map of custom Conviva tags. boolean
isLive()
Whether a live asset is being tracked. boolean
equals(Object o)
int
hashCode()
-
-
Method Detail
-
getAssetName
@NonNull() String getAssetName()
The name of the asset. (NonNull)
-
getDefaultBitrateKbps
int getDefaultBitrateKbps()
The default bitrate of the asset, in kbps.
-
getDefaultResource
@Nullable() String getDefaultResource()
The default resource. (Nullable)
-
getDuration
int getDuration()
The duration of the asset, in seconds.
-
getEncodedFrameRate
int getEncodedFrameRate()
The encoded frame rate of the asset, in frames per second.
-
getApplicationName
@Nullable() String getApplicationName()
The application name. (Nullable)
-
getViewerId
@Nullable() String getViewerId()
The identifier of the viewer. (Nullable)
-
getCustom
@Nullable() ReadOnlyMapString getCustom()
A read-only Map of custom Conviva tags. (Nullable)
-
isLive
boolean isLive()
Whether a live asset is being tracked.
- False refers to a VOD stream.
-
hashCode
int hashCode()
-
-
-
-