Displaying 9 results from an estimated 9 matches for "osstatus".
Did you mean:
sstatus
2007 Aug 24
0
rsync patch to add Apple keychain support
...-framework
CoreServices
--------------------------------------------------------------
In authenticate.c, I added the following function:
--------------------------------------------------------------
#include <CoreFoundation/CoreFoundation.h>
#include <CoreServices/CoreServices.h>
OSStatus SecKeychainFindGenericPassword(CFTypeRef keychainOrArray,
UInt32 serviceNameLength, const char *serviceName, UInt32
accountNameLength, const char *accountName, UInt32 *passwordLength,
void **passwordData, SecKeychainItemRef *itemRef);
OSStatus SecKeychainItemFreeContent(SecKeychainAttributeLi...
2004 Feb 07
0
OS X
Hello,
has anyone experience with "CoreAudio" and "Vorbis" ?
I try to decode a file with ov_read(...).
It works for some (mili)seconds and then the Output get into trouble... .
You need some infos?
char buffer[4096];
OSStatus Render(...) {
bytes_read = ov_read(&vf, buffer, sizeof(buffer), 0, 2, 1,
¤t_section);
memcpy(ioData->mBuffers[0].mData, buffer, bytes_read);
ioData->mBuffers[0].mDataByteSize = bytes_read;
return noErr;
}
SomewhereThePlay Function(...){
...
AURenderCall...
2009 May 29
4
XiphQT pre-release builds
Hi,
I've just built fresh binaries of XiphQT - with trunks of Xiph libs
and FLAC from the end of the last year. Code-wise there are few
changes in the components since the last release: a memory leak fixed
and the recently reported issue with iMovie'08 solved.
I'd appreciate any help testing, especially on PPC as I don't have
access to that architecture anymore. You can find the
2009 May 29
4
XiphQT pre-release builds
Hi,
I've just built fresh binaries of XiphQT - with trunks of Xiph libs
and FLAC from the end of the last year. Code-wise there are few
changes in the components since the last release: a memory leak fixed
and the recently reported issue with iMovie'08 solved.
I'd appreciate any help testing, especially on PPC as I don't have
access to that architecture anymore. You can find the
2012 Sep 30
0
Speex (in ios) really poor quality (and robotic) sound
...ex_nb_mode);
dec_state = speex_decoder_init(&speex_nb_mode);
int quality = AUDIO_QUALITY;
speex_encoder_ctl(enc_state, SPEEX_SET_QUALITY, &quality);
int tmp=1;
speex_decoder_ctl(dec_state, SPEEX_SET_ENH, &tmp);
OSStatus status;
XThrowIfError(AudioSessionInitialize(NULL, NULL, rioInterruptionListener, self), "couldn't initialize audio session");
float aBufferLength = 0.02; // In seconds
status = AudioSessionSetProperty(kAudioSessionProperty...
2012 Dec 07
0
Wine release 1.5.19
...ep track of the number of fonts on the unused list.
Alistair Leslie-Hughes (2):
include: Add IGlobalOptions interface.
oleaut32: Fail if we cannot find the TYPELIB resource.
Andrew Eikum (6):
winealsa.drv: Improve IsFormatSupported handling.
winecoreaudio.drv: Convert some OSStatus errors to HRESULT.
winecoreaudio.drv: Improve IsFormatSupported handling.
wineoss.drv: Improve IsFormatSupported handling.
winmm: Don't mask out SND_ALIAS_ID or SND_FILENAME in sndPlaySound.
urlmon: Out string parameter should be ptr, not wstr.
Andrew Talbot (34):...
2010 Nov 26
0
Wine release 1.3.8
...nhttp: Verify revocation status of certificate chain.
wininet: Verify revocation status of certificate chain.
crypt32: Add CertFindChainInStore stub.
msisip: Determine whether a file is an MSI file based on its CLSID rather than its extension.
J?rg H?hle (4):
winecoreaudio: OSStatus is not necessarily a FOURCC.
mciavi: MCI_OPEN @NNNN should use an open AVIFile/Stream handle.
mciseq: Rework MCI notification system.
mciseq: Bogus sizeof led to incorrect positioning.
Ken Thomases (1):
loader: On Mac, reserve the process's original thread for the frame...
2008 Feb 20
1
Compilation error on installing rgl package
...?ShowWindow? was not declared
in this scope
osxgui.cpp:230: error: ?GetWindowBounds? was not
declared in this scope
osxgui.cpp: In member function ?virtual void
gui::OSXWindowImpl::bringToTop(int)?:
osxgui.cpp:237: error: ?BringToFront? was not declared
in this scope
osxgui.cpp: In member function ?OSStatus
gui::OSXWindowImpl::windowHandler(OpaqueEventHandlerCallRef*,
OpaqueEventRef*)?:
osxgui.cpp:261: error: ?kEventWindowDrawContent? was
not declared in this scope
osxgui.cpp:270: error: ?GetWindowBounds? was not
declared in this scope
make[1]: *** [osxgui.o] Error 1
make: *** [aglrgl.so] Error 2
chmo...
2014 Jul 15
3
GSSAPI
If I am trying to build OpenSSH 6.6 with Kerberos GSSAPI support, do I still need to get Simon Wilkinson's patches?
---
Scott Neugroschl | XYPRO Technology Corporation
4100 Guardian Street | Suite 100 |Simi Valley, CA 93063 | Phone 805 583-2874|Fax 805 583-0124 |