Displaying 5 results from an estimated 5 matches for "getvolum".
Did you mean:
getvolume
2006 Nov 17
1
Manipulating R lists in C
...( priceList, 0, typeValStr) ;
SEXP priceSXP;
PROTECT( priceSXP = allocVector( REALSXP, 1) );
REAL(priceSXP)[0] = p.getData().getPrice();
SET_VECTOR_ELT( priceList, 1, priceSXP);
SEXP volumeSXP;
PROTECT( volumeSXP = allocVector( REALSXP, 1 ) );
REAL(volumeSXP)[0] = p.getData().getVolume();
SET_VECTOR_ELT( priceList, 2, volumeSXP);
********WORKS UP TO HERE*************
// add the names of the list items (type,price,volume)
SEXP dimnames;
PROTECT( dimnames = allocVector( VECSXP, 3 ) );
// first create string objects
PROTECT( typeStr = allocVector( STRSXP,1 )...
2008 Jan 02
4
[Bug 13898] New: CollegeHumor Videos not loading
http://bugs.freedesktop.org/show_bug.cgi?id=13898
Summary: CollegeHumor Videos not loading
Product: swfdec
Version: 0.5.5
Platform: Other
OS/Version: Linux (All)
Status: NEW
Severity: enhancement
Priority: medium
Component: library
AssignedTo: swfdec at lists.freedesktop.org
ReportedBy:
2010 Mar 19
0
Wine release 1.1.41
...mciavi: Prevent deadlock when closing while playing or when paused.
mcicda: Prevent crash when closing while playing.
mciavi: Stubs should return a success code.
mciseq: MCI Set Port allows to select the MIDI device.
msvfw32: MCI Step is like Seek.
midimap: Allow GetVolume by device identifier.
Maarten Lankhorst (9):
dsound: Improve underrun behavior.
mmdevapi: Implement property store.
mmdevapi: Add IMMEndpoint to IMMDevice.
mmdevapi: Implement some methods in IMMDevice.
mmdevapi: Implement MMDeviceCollection methods.
mmdevapi:...
2007 Jun 27
0
Branch 'as' - 16 commits - configure.ac libswfdec/Makefile.am libswfdec/swfdec_as_context.c libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_frame.h libswfdec/swfdec_as_function.c libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_script_function.c
...ME: implement this sound function");
- return JS_TRUE;
-}
-
-static JSFunctionSpec sound_methods[] = {
- { "attachSound", not_implemented, 1, 0, 0 },
- { "getPan", not_implemented, 0, 0, 0 },
- { "getTransform", not_implemented, 0, 0, 0 },
- { "getVolume", not_implemented, 0, 0, 0 },
- { "setPan", not_implemented, 1, 0, 0 },
- { "setTransform", not_implemented, 1, 0, 0 },
- { "setVolume", not_implemented, 1, 0, 0 },
- { "start", not_implemented, 0, 0, 0 },
- { "stop",...
2007 Nov 27
0
12 commits - libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_strings.c libswfdec/swfdec_loader.c libswfdec/swfdec_loader_internal.h libswfdec/swfdec_load_object_as.c libswfdec/swfdec_load_object.c libswfdec/swfdec_load_object.h
...t;, "getDuration", true],
+ ["_global.Sound.prototype", "getPan", false],
+ ["_global.Sound.prototype", "getPosition", true],
+ ["_global.Sound.prototype", "getTransform", false],
+ ["_global.Sound.prototype", "getVolume", false],
+ ["_global.Sound.prototype", "loadSound", true],
+ ["_global.Sound.prototype", "setDuration", true],
+ ["_global.Sound.prototype", "setPan", false],
+ ["_global.Sound.prototype", "setPosition", true...