Skip to content

Commit

Permalink
docs: fixup single rendition enum descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjl-mux committed May 8, 2024
1 parent 2470ba1 commit 9aefd73
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions Sources/MuxPlayerSwift/PublicAPI/Options/PlaybackOptions.swift
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ public enum MinResolutionTier {
case atLeast2160p
}


/// The order of the available renditions provided to the
/// player
public enum RenditionOrder {
Expand All @@ -63,20 +62,16 @@ public enum RenditionOrder {

/// Limit playback to a single resolution tier
public enum SingleResolutionTier {
/// The asset will stream with a resolution that does
/// not exceed 720p (1080 x 720)
/// The asset will be played at only 720p (1080 x 720).
case only720p

/// The asset will stream with a resolution that does
/// not exceed 1080p (1920 x 1080)
/// The asset will be played at only 1080p (1920 x 1080).
case only1080p

/// The asset will stream with a resolution that does
/// not exceed 720p (1080 x 720)
/// The asset will be played at only 1440p (1440 x 2560)
case only1440p

/// The asset will stream with a resolution that does
/// not exceed 720p (1080 x 720)
/// The asset will be played at only 2160p (2160 x 4096).
case only2160p
}

Expand Down

0 comments on commit 9aefd73

Please sign in to comment.