Skip to content

Commit

Permalink
docs(api): remove constants marked removed in apidocs as of sdk 7
Browse files Browse the repository at this point in the history
  • Loading branch information
sgtcoolguy committed Apr 14, 2021
1 parent b18c0aa commit 36e779a
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions apidoc/Titanium/Media/Media.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1314,26 +1314,6 @@ properties:
permission: read-only
platforms: [android, iphone, ipad, macos]

- name: VIDEO_LOAD_STATE_PLAYTHROUGH_OK
deprecated:
since: "7.0.0"
notes: This property has been removed for iOS in Titanium SDK 7.0.0 as of the official deprecation by Apple.
removed: "7.0.0"
summary: Playback will be automatically started in this state when `autoplay` is true.
type: Number
permission: read-only
platforms: [android, iphone, ipad]

- name: VIDEO_LOAD_STATE_STALLED
deprecated:
since: "7.0.0"
notes: This property has been removed for iOS in Titanium SDK 7.0.0 as of the official deprecation by Apple.
removed: "7.0.0"
summary: Playback will be automatically paused in this state, if started.
type: Number
permission: read-only
platforms: [android, iphone, ipad]

- name: VIDEO_LOAD_STATE_UNKNOWN
summary: Current load state is not known.
type: Number
Expand Down

0 comments on commit 36e779a

Please sign in to comment.