Sync Media Range Seek Behavior
Entries
Link copied to clipboard
Any seeking removes the range.
Link copied to clipboard
Seeking to a position outside the range removes the range. A position is considered outside the range if:
Link copied to clipboard
Calls to any SyncMediaPlayer seek method will clamp the timeline position to be within the range. Seeking to a position after the range clamps the position to range.end
. Seeking to a position before the range clamps the position to range.start
.
Properties
Functions
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared.