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 extends Object>, Parcelable.Creator<T extends Object>
-
Field Summary
Modifier and TypeFieldDescriptionstatic final Parcelable.Creator<CustomUtcTimingElement>
final boolean
final String
final String
Fields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
-
Constructor Summary
ConstructorDescriptionCustomUtcTimingElement
(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
-
value
-
force
public final boolean force -
CREATOR
-
-
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
-