Ejemplo n.º 1
0
 /// <summary>
 /// Get a pointer to a DirectSound object interface.
 /// </summary>
 /// <param name="type">DirectSound object type.</param>
 /// <returns>Pointer to the requested object.</returns>
 public static IntPtr GetDSoundObject(DSoundObjectType type)
 {
     return BassCoreModule.GetDSoundObjectFunction.CheckResult(BassCoreModule.GetDSoundObjectFunction.Delegate(type));
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Get a pointer to a DirectSound object interface.
 /// </summary>
 /// <param name="type">DirectSound object type.</param>
 /// <returns>Pointer to the requested object.</returns>
 public static IntPtr GetDSoundObject(DSoundObjectType type)
 {
     return(BassCoreModule.GetDSoundObjectFunction.CheckResult(BassCoreModule.GetDSoundObjectFunction.Delegate(type)));
 }