This website uses cookies to improve our services and deliver relevant ads.
By interacting with this site, you agree to this use. For more information, see our Cookies Policy
OVRHapticsClip ( ) | |
OVRHapticsClip ( int capacity ) Creates a clip with the specified capacity. | |
Creates a clip with the specified data. | |
Creates a clip by mixing the specified clips. | |
Creates a haptics clip from the specified audio clip. | |
| void | WriteSample ( byte sample ) Adds the specified sample to the end of the clip. |
| void | Reset ( ) Clears the clip and resets its size to 0. |
| void | InitializeFromAudioFloatTrack ( float [] sourceData, double sourceFrequency, int sourceChannelCount, int sourceChannel ) |