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 booleanWhether to force the usage or not.final StringScheme Id URL, see DASH "urn:mpeg:dash:utc:xxx" identifiersfinal StringThe 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 TypeMethodDescriptionintbooleaninthashCode()toString()voidwriteToParcel(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. Iftruethis element will be used always regardless of what's informed in the manifest. Iffalsethen 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. Iftruethis element will be used always regardless of what's informed in the manifest. Iffalsethen it will be used as a fallback only
-
-
Method Details
-
toString
-
describeContents
public int describeContents()- Specified by:
describeContentsin interfaceParcelable
-
writeToParcel
- Specified by:
writeToParcelin interfaceParcelable
-
hashCode
public int hashCode() -
equals
-