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

Video/audio layer looping #157

Open
clabe45 opened this issue Oct 12, 2022 · 0 comments
Open

Video/audio layer looping #157

clabe45 opened this issue Oct 12, 2022 · 0 comments
Labels
good first issue Good for newcomers hacktoberfest help wanted Extra attention is needed priority:high type:feature New feature or request

Comments

@clabe45
Copy link
Collaborator

clabe45 commented Oct 12, 2022

For a layer to loop, it must have a duration of Infinity and the content must repeat endlessly. Both video and audio layers extend the AudioSourceMixin layer mixin, which implements all media state and functionality of these two layers (start, stop, duration, etc). The task is to add a loop option for this mixin and configure the layer to loop endlessly. The audio and video layers will also need to accept this new option and pass it down to the mixin constructor.

@clabe45 clabe45 added type:feature New feature or request help wanted Extra attention is needed good first issue Good for newcomers priority:high hacktoberfest labels Oct 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers hacktoberfest help wanted Extra attention is needed priority:high type:feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant