Audio output under Emulator
By Kevin Raine
03 Aug 2013 01:49
English
5 Replies
I have a native application which contains a class that implements IAudioOutEventListener.
My class's Create() method attempts to initialize the audio output by calling the Audio Output Construct() method, as follows ...
class SingleAudioOut : public Tizen::Media::IAudioOutEventListener
{
public:
result Create(void);
private:
AudioOut __audioOut;
...
};
result SingleAudioOut::Create(void)
{
result ret = __audioOut.Construct(*this);
...
...
}
The call to Construct() returns 0xA0000780, which is E_INVALID_OPERATION.
Is audio output from a Native Application supported under the emulator ?
If so, any suggestions as to what I am doing wrong ?
Edited on 18 03, 2014
You must log in to use this service. Log in now?
The tag you entered already exists.
Do you want to report this post as spam?
The post has been reported as spam.
cannot be empty.
Are you sure you want to cancel and return to the list?
The code has been copied to the clipboard.
Enter a title.