StartSplitFromURL method |
![]() ![]() ![]() |
Remarks
Starts a new recording session from a sound stream pointed by an Internet URL and splits incoming sound in left and right channels. The source stream can be either a shoutcast/icecast stream or simply a sound file stored on a web site.
When calling this method the container application is notified about the status of the connection to the given Internet URL through the CallbackForRecordersEvents delegate, invoked with the nEvent parameter set to EV_REC_CONNECTION_STARTED and EV_REC_CONNECTION_DONE.
Once connected successfully, the container application is notified through the CallbackForRecordersEvents delegate invoked with the nEvent parameter set to EV_REC_START.
The recording session can be stopped at any time through a call to the RecorderStop method.
In this case the recording session wouldn't be kept inside the RecordedSound object so the only accepted recording mode, set through the SetRecordingMode method, is REC_MODE_NEW.
For details about recording from the Internet see the How to perform an Internet-based recording session section.
Syntax
Return value
|