[
https://issues.apache.org/jira/browse/CB-602?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jesse MacFadyen updated CB-602:
-------------------------------
Fix Version/s: 1.8.0
> Problem when disposing AudioPlayer object
> -----------------------------------------
>
> Key: CB-602
> URL: https://issues.apache.org/jira/browse/CB-602
> Project: Apache Callback
> Issue Type: Bug
> Components: WP7
> Reporter: Dan Ardelean
> Assignee: Jesse MacFadyen
> Fix For: 1.8.0
>
> Original Estimate: 1h
> Remaining Estimate: 1h
>
> The problem is inside AudioPlayer.cs method:
> public void Dispose()
> this.FinalizeXnaGameLoop();
> should be inside
> if (this.recorder != null)
> {
> this.stopRecording();
> this.recorder = null;
> }
> othewise on Audio play it will crash
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira