Sets file name or change current playing file. (PROPS not IMPL yet)
The IN (start), OUT (stop) points specified via parameters (in seconds):
e.g. 'in=10.0 out=20.0'
For insert break the file playback (play the new file and after file reach the end, resume playback of interrupted file),
use BREAK param: e.g. 'in=10.0 out=20.0 break=true'
Syntax
Public Overridable Sub ReaderNameSet( _
ByVal As String, _
ByVal As String _
)
public virtual void ReaderNameSet(
string ,
string
)
public procedure ReaderNameSet(
: String;
: String
); virtual;
public: virtual void ReaderNameSet(
BSTR* ,
BSTR*
)
Parameters
- _bsFile
- source file name
- _bsPropsList
- extra parameters
See Also