Uses of Class
org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.HResultException
-
Packages that use HResultException Package Description org.jitsi.impl.neomedia.device org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi -
-
Uses of HResultException in org.jitsi.impl.neomedia.device
Methods in org.jitsi.impl.neomedia.device that throw HResultException Modifier and Type Method Description static intWASAPISystem. CoInitializeEx()Invokes the Windows API function CoInitializeEx (by way ofWASAPI.CoInitializeEx(long, int)) with arguments suitable to the operation of WASAPIRenderer, WASAPIStream and WASAPISystem.longWASAPISystem. getIMMDevice(String id)Gets an audio endpoint device that is identified by a specific endpoint ID string.intWASAPISystem. getIMMDeviceDataFlow(long iMMDevice)Gets the data flow of a specific IMMDevice in the form of an EDataFlow value.intWASAPISystem. getIMMDeviceIndex(String id, int dataFlow)Gets the zero-based index within the IMMDeviceCollection interface of an audio endpoint device specified by an endpoint ID string.longWASAPISystem. initializeIAudioClient(javax.media.MediaLocator locator, AudioSystem.DataFlow dataFlow, int streamFlags, long eventHandle, long hnsBufferDuration, javax.media.format.AudioFormat[] formats)Initializes a new IAudioClient instance for an audio endpoint device identified by a specific MediaLocator. -
Uses of HResultException in org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi
Methods in org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi that throw HResultException Modifier and Type Method Description static voidWASAPI. CloseHandle(long hObject)static StringWASAPI. CoCreateGuid()static longWASAPI. CoCreateInstance(String clsid, long pUnkOuter, int dwClsContext, String iid)static intWASAPI. CoInitializeEx(long pvReserved, int dwCoInit)static longWASAPI. CreateEvent(long lpEventAttributes, boolean bManualReset, boolean bInitialState, String lpName)static intVoiceCaptureDSP. DMO_MEDIA_TYPE_fill(long thiz, String majortype, String subtype, boolean bFixedSizeSamples, boolean bTemporalCompression, int lSampleSize, String formattype, long pUnk, int cbFormat, long pbFormat)static intVoiceCaptureDSP. DMO_MEDIA_TYPE_setFormattype(long thiz, String formattype)static intWASAPI. IAudioCaptureClient_GetNextPacketSize(long thiz)static intWASAPI. IAudioCaptureClient_Read(long thiz, byte[] data, int offset, int length, int srcSampleSize, int srcChannels, int dstSampleSize, int dstChannels)static intWASAPI. IAudioClient_GetBufferSize(long thiz)static intWASAPI. IAudioClient_GetCurrentPadding(long thiz)static longWASAPI. IAudioClient_GetDefaultDevicePeriod(long thiz)static longWASAPI. IAudioClient_GetMinimumDevicePeriod(long thiz)static longWASAPI. IAudioClient_GetService(long thiz, String iid)static intWASAPI. IAudioClient_Initialize(long thiz, int shareMode, int streamFlags, long hnsBufferDuration, long hnsPeriodicity, long pFormat, String audioSessionGuid)static longWASAPI. IAudioClient_IsFormatSupported(long thiz, int shareMode, long pFormat)static voidWASAPI. IAudioClient_SetEventHandle(long thiz, long eventHandle)static intWASAPI. IAudioClient_Start(long thiz)static intWASAPI. IAudioClient_Stop(long thiz)static intWASAPI. IAudioRenderClient_Write(long thiz, byte[] data, int offset, int length, int srcSampleSize, int srcChannels, int dstSampleSize, int dstChannels)Writes specific audio data into the rendering endpoint buffer of a specific IAudioRenderClient.static longVoiceCaptureDSP. IMediaBuffer_GetBuffer(long thiz)static intVoiceCaptureDSP. IMediaBuffer_GetLength(long thiz)static intVoiceCaptureDSP. IMediaBuffer_GetMaxLength(long thiz)static voidVoiceCaptureDSP. IMediaBuffer_SetLength(long thiz, int cbLength)static intVoiceCaptureDSP. IMediaObject_Flush(long thiz)static intVoiceCaptureDSP. IMediaObject_GetInputStatus(long thiz, int dwInputStreamIndex)static intVoiceCaptureDSP. IMediaObject_ProcessInput(long thiz, int dwInputStreamIndex, long pBuffer, int dwFlags, long rtTimestamp, long rtTimelength)static intVoiceCaptureDSP. IMediaObject_ProcessOutput(long thiz, int dwFlags, int cOutputBufferCount, long pOutputBuffers)static longVoiceCaptureDSP. IMediaObject_QueryInterface(long thiz, String iid)static intVoiceCaptureDSP. IMediaObject_SetInputType(long thiz, int dwInputStreamIndex, long pmt, int dwFlags)static intVoiceCaptureDSP. IMediaObject_SetOutputType(long thiz, int dwOutputStreamIndex, long pmt, int dwFlags)static longWASAPI. IMMDevice_Activate(long thiz, String iid, int dwClsCtx, long pActivationParams)static StringWASAPI. IMMDevice_GetId(long thiz)static intWASAPI. IMMDevice_GetState(long thiz)static longWASAPI. IMMDevice_OpenPropertyStore(long thiz, int stgmAccess)static longWASAPI. IMMDevice_QueryInterface(long thiz, String iid)static intWASAPI. IMMDeviceCollection_GetCount(long thiz)static longWASAPI. IMMDeviceCollection_Item(long thiz, int nDevice)static longWASAPI. IMMDeviceEnumerator_EnumAudioEndpoints(long thiz, int dataFlow, int dwStateMask)static longWASAPI. IMMDeviceEnumerator_GetDevice(long thiz, String pwstrId)static intWASAPI. IMMEndpoint_GetDataFlow(long thiz)static StringWASAPI. IPropertyStore_GetString(long thiz, long key)static intVoiceCaptureDSP. IPropertyStore_SetValue(long thiz, long key, boolean value)static intVoiceCaptureDSP. IPropertyStore_SetValue(long thiz, long key, int value)static intVoiceCaptureDSP. MediaBuffer_pop(long thiz, byte[] buffer, int offset, int length)static intVoiceCaptureDSP. MediaBuffer_push(long thiz, byte[] buffer, int offset, int length)static longVoiceCaptureDSP. MoCreateMediaType(int cbFormat)static voidVoiceCaptureDSP. MoDeleteMediaType(long pmt)static voidVoiceCaptureDSP. MoFreeMediaType(long pmt)static voidVoiceCaptureDSP. MoInitMediaType(long pmt, int cbFormat)static longWASAPI. PSPropertyKeyFromString(String pszString)static voidWASAPI. ResetEvent(long hEvent)static intWASAPI. WaitForSingleObject(long hHandle, long dwMilliseconds)Waits until the specified object is in the signaled state or the specified time-out interval elapses.
-