Package com.castlabs.android.player
Class CustomUtcTimingElement
java.lang.Object
com.castlabs.android.player.CustomUtcTimingElement
- All Implemented Interfaces:
Parcelable
Represents a UTCTiming element specifying how the client should synchronize its clock
with the server.
-
Nested Class Summary
Nested classes/interfaces inherited from interface android.os.Parcelable
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Parcelable.Creator
<CustomUtcTimingElement> Parcelable Creator for CustomUtcTimingElement.final boolean
Whether to force the usage or not.final String
Scheme Id URL, see DASH "urn:mpeg:dash:utc:xxx" identifiersfinal String
The value corresponding to the scheme being usedFields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
-
Constructor Summary
ConstructorsConstructorDescriptionCustomUtcTimingElement
(String schemeIdUri, String value, boolean force) Constructs the UTCTiming element with the specified parameters -
Method Summary
Modifier and TypeMethodDescriptionint
boolean
int
hashCode()
toString()
void
writeToParcel
(Parcel dest, int flags)
-
Field Details
-
schemeIdUri
Scheme Id URL, see DASH "urn:mpeg:dash:utc:xxx" identifiers -
value
The value corresponding to the scheme being used -
force
public final boolean forceWhether to force the usage or not. Iftrue
this element will be used always regardless of what's informed in the manifest. Iffalse
then it will be used as a fallback only -
CREATOR
Parcelable Creator for CustomUtcTimingElement.
-
-
Constructor Details
-
CustomUtcTimingElement
Constructs the UTCTiming element with the specified parameters- Parameters:
schemeIdUri
- Scheme Id URL, see DASH "urn:mpeg:dash:utc:xxx" identifiersvalue
- The value corresponding to the scheme being usedforce
- Whether to force the usage or not. Iftrue
this element will be used always regardless of what's informed in the manifest. Iffalse
then it will be used as a fallback only
-
-
Method Details
-
toString
-
describeContents
public int describeContents()- Specified by:
describeContents
in interfaceParcelable
-
writeToParcel
- Specified by:
writeToParcel
in interfaceParcelable
-
hashCode
public int hashCode() -
equals
-