Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add loop prop for Video and Audio components #1382

Merged
merged 18 commits into from
Oct 11, 2022

Commits on Oct 8, 2022

  1. Initial attempt at video loop

    Derryk Boyd committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    c6871f2 View commit details
    Browse the repository at this point in the history
  2. Fix formatting

    Derryk Boyd committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    3564c37 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ca6ec0 View commit details
    Browse the repository at this point in the history
  4. loop based on a state

    JonnyBurger committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    17441de View commit details
    Browse the repository at this point in the history
  5. remove checkloop

    JonnyBurger committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    345d198 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2022

  1. First pass at looping audio

    Derryk Boyd committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    ac53a21 View commit details
    Browse the repository at this point in the history
  2. Omit loop prop from OffthreadVideo

    Derryk Boyd committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    a07cb5c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a291f0 View commit details
    Browse the repository at this point in the history
  4. Add loop prop to docs for Video and Audio

    Derryk Boyd committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    287cb16 View commit details
    Browse the repository at this point in the history
  5. Add mock onDuration in audio-for-rendering test

    Derryk Boyd committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    a795856 View commit details
    Browse the repository at this point in the history
  6. Fix formatting

    Derryk Boyd committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    f23b583 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    755143e View commit details
    Browse the repository at this point in the history
  8. remove maxDuration logic

    JonnyBurger committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    01a6387 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2d5ec5c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    be198a2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    31952ee View commit details
    Browse the repository at this point in the history
  12. loop example

    JonnyBurger committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    c43451e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    25cf192 View commit details
    Browse the repository at this point in the history