Skip to content

Latest commit

 

History

History
executable file
·
23 lines (16 loc) · 934 Bytes

theoplayer-component.md

File metadata and controls

executable file
·
23 lines (16 loc) · 934 Bytes

The THEOplayer component

Architecture

THEOplayer Flutter SDK utilizes the well-known THEOplayer native SDKs under the hood and exposes the APIs on a single API layer in Flutter to speed up prototyping and development.

Available APIs

  • Basic player APIs (play, pause, seek, etc...) on the THEOplayer instance
  • SourceDescription-related classes
  • Player events (CANPLAY, PLAYING, TIMEUPDATE, etc..)
  • Track APIs (acive tracks, cues, enable, disable) on the THEOplayer.[audio|video|text]track objects
  • Track-related classes
  • Track events (ADD_TRACK, REMOVE_TRACK, ADD_CUE, ENTER_CUE, etc..)

API Reference

To be completed.

Please use your IDE's features to discover the available APIs.

Read theoplayer.dart for all the details.