Bash-it / bash-it

A community Bash framework.
MIT License
14.24k stars 2.29k forks source link

Recording feature #1604

Closed Mistermind2 closed 4 years ago

Mistermind2 commented 4 years ago

Hello, I bought the GameService ANE but I need to use ONLY the Recording feature. I have a couple of question.

  1. The very first line of code that I wrote is Core.init() and then the checkAvailability(), but it does not dispatch its event. Why? Do we need to write the code described in the Initialization paragraph even if we only need to use the recording feature?
  2. Do I need to include all the 8 ANEs or I can include just a subset considering that I need only the Recording feature?
  3. In IOS I don't want to use the start() function to start the registration, but I want to wait for the STARTED event. How can I make appear the record controls without starting the registration?

Thank you, Daniele

nwinkler commented 4 years ago

Wrong repo? Your description does not look like it's related to Bash-it...

Mistermind2 commented 4 years ago

I'm sorry but I'm new to the forum, can you tell me where I can post my problem. Thanks

nwinkler commented 4 years ago

Sorry, no idea - since I don't know which project on GitHub you're referring to.

Maybe this one? https://github.com/myflashlab/GameServices-ANE

Mistermind2 commented 4 years ago

Thanks, I try