Changeset 104 for trunk/mediafolder/prog_tutorial/newmethods.inc
- Timestamp:
- Oct 2, 2023, 11:34:35 PM (23 months ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
Property svn:mergeinfo
set to
/branches/v2.9 merged eligible /branches/v2.9_Lars merged eligible
-
Property svn:mergeinfo
set to
-
trunk/mediafolder/prog_tutorial/newmethods.inc
r2 r104 121 121 .cwPauseAudioFile - Remarks 122 122 :p. 123 The frame handle of the media folder is given to the s kript as a parameter123 The frame handle of the media folder is given to the script as a parameter 124 124 when started. 125 125 … … 177 177 .cwPlayAudioFile - Remarks 178 178 :p. 179 The frame handle of the media folder is given to the s kript as a parameter179 The frame handle of the media folder is given to the script as a parameter 180 180 when started. The flag parameter may have one of the following values. 181 181 … … 292 292 .cwSetStatusLineText - Remarks 293 293 :p. 294 If the text parameter is 0 the folder shows it 's standard294 If the text parameter is 0 the folder shows its standard 295 295 status line text. 296 296 … … 348 348 .cwStopAudioFile - Remarks 349 349 :p. 350 The frame handle of the media folder is given to the s kript as a parameter350 The frame handle of the media folder is given to the script as a parameter 351 351 when started. 352 352 … … 407 407 .cwmmQueryTrackInfo - Remarks 408 408 :p. 409 The object must be an instance of :hp2.CWAudio:ehp2. or of one of it 's409 The object must be an instance of :hp2.CWAudio:ehp2. or of one of its 410 410 subclasses (:hp2.CWMP3:ehp2., :hp2.MMWAV:ehp2....). This method was introduced 411 411 by :hp2.CWAudio:ehp2.. Since V0.2.5 of the classes the class names are :hp2.MMAudio:ehp2. … … 446 446 :li.IDINFO_BITRATE 11 447 447 .br 448 Bitrate in Hz (numeric value). This flag is only valid for instances of class MMMP3 and 449 MMOGG. For other classes the return value is undefined. New with V0.2.7. 448 Bitrate in KB per second (numeric value). This flag is only valid for instances 449 of class MMMP3 and MMOGG. For other classes the return value is undefined. New 450 with V0.2.7. 450 451 :eul. 451 452 … … 524 525 :pd.Image format. 525 526 :eparml. 526 :pt.:hp2.info:ehp2. (numeric)527 :pd.The queried information as a string.528 527 :eparml. 529 528 530 531 532 533
Note:
See TracChangeset
for help on using the changeset viewer.