Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Atarity/Lightpack
/ functions
Functions
4,331 in github.com/Atarity/Lightpack
⨍
Functions
4,331
◇
Types & classes
786
Method
GetSupportedTimeFormat
(int formatIndex, out Guid guidTimeFormat)
Software/apiexamples/C#/VolumeLight/NAudio/Dmo/IMediaParamInfo.cs:29
Method
GetTrackEvents
<summary> Gets events on a specified track </summary> <param name="trackNumber">Track number</param> <returns>The list of events</returns>
Software/apiexamples/C#/VolumeLight/NAudio/Midi/MidiEventCollection.cs:72
Method
GetValue
(ref PropertyKey key, out PropVariant value)
Software/apiexamples/C#/VolumeLight/NAudio/CoreAudioApi/Interfaces/IPropertyStore.cs:17
Method
GetVolume
STDMETHOD(GetVolume) (THIS_ LPLONG plVolume) PURE;
Software/apiexamples/C#/VolumeLight/NAudio/Wave/WaveOutputs/DirectSoundOut.cs:679
Method
GetWaveFormat
<summary> Gets the structure as a Wave format (if it is one) </summary>
Software/apiexamples/C#/VolumeLight/NAudio/Dmo/DmoMediaType.cs:118
Method
GrabAreaWidget
Software/src/wizard/GrabAreaWidget.cpp:38
Method
GrabConfigWidget
Software/src/GrabConfigWidget.cpp:36
Method
GrabManager
Software/src/GrabManager.cpp:48
Method
GrabWidget
Software/src/GrabWidget.cpp:54
Method
GrabbedScreen
Software/grab/include/GrabberBase.hpp:54
Method
GrabberBase
Software/grab/GrabberBase.cpp:45
Method
GrabberContext
Software/grab/include/GrabberContext.hpp:50
Method
Graph
<summary> Creates a new graph control </summary>
Software/apiexamples/C#/VolumeLight/NAudio/Gui/Graph/Graph.cs:23
Method
Gsm610WaveFormat
<summary> Creates a GSM 610 WaveFormat For now hardcoded to 13kbps </summary>
Software/apiexamples/C#/VolumeLight/NAudio/Wave/WaveFormats/Gsm610WaveFormat.cs:21
Function
HID_Host_ConfigurePipes
Firmware/LUFA/Drivers/USB/Class/Host/HIDClassHost.c:40
Function
HID_Host_IsReportReceived
Firmware/LUFA/Drivers/USB/Class/Host/HIDClassHost.c:283
Function
HID_Host_ReceiveReport
Firmware/LUFA/Drivers/USB/Class/Host/HIDClassHost.c:189
Function
HID_Host_ReceiveReportByID
Firmware/LUFA/Drivers/USB/Class/Host/HIDClassHost.c:170
Function
HID_Host_SetBootProtocol
Firmware/LUFA/Drivers/USB/Class/Host/HIDClassHost.c:300
Function
HID_Host_SetIdlePeriod
Firmware/LUFA/Drivers/USB/Class/Host/HIDClassHost.c:327
Function
HID_Host_SetReportProtocol
Firmware/LUFA/Drivers/USB/Class/Host/HIDClassHost.c:345
Function
HID_Host_USBTask
Firmware/LUFA/Drivers/USB/Class/Host/HIDClassHost.h:287
Method
HammingWindow
<summary> Applies a Hamming Window </summary> <param name="n">Index into frame</param> <param name="frameSize">Frame size (e.g. 1024)</param> <returns
Software/apiexamples/C#/VolumeLight/NAudio/Dsp/FastFourierTransform.cs:97
Method
HannWindow
<summary> Applies a Hann Window </summary> <param name="n">Index into frame</param> <param name="frameSize">Frame size (e.g. 1024)</param> <returns>Mu
Software/apiexamples/C#/VolumeLight/NAudio/Dsp/FastFourierTransform.cs:108
Method
HasData
<summary> Determine whether the stream has the required amount of data. </summary> <param name="count">Number of bytes of data required from the strea
Software/apiexamples/C#/VolumeLight/NAudio/Wave/WaveStreams/SimpleCompressorStream.cs:132
Method
HasData
<summary> Determines whether this channel has any data to play to allow optimisation to not read, but bump position forward </summary>
Software/apiexamples/C#/VolumeLight/NAudio/Wave/WaveStreams/WaveOffsetStream.cs:218
Method
HasData
<summary> Determines whether this channel has any data to play to allow optimisation to not read, but bump position forward </summary>
Software/apiexamples/C#/VolumeLight/NAudio/Wave/WaveStreams/WaveChannel32.cs:232
Method
HasFactChunk
()
Software/apiexamples/C#/VolumeLight/NAudio/Wave/WaveOutputs/WaveFileWriter.cs:91
Method
HelpForm
()
Software/apiexamples/dotnetLightpack/TestLightpack/HelpForm.cs:14
Method
HighPassFilter
<summary> H(s) = s^2 / (s^2 + s/Q + 1) </summary>
Software/apiexamples/C#/VolumeLight/NAudio/Dsp/BiQuadFilter.cs:75
Method
HighShelf
<summary> H(s) = A * (A*s^2 + (sqrt(A)/Q)*s + 1)/(s^2 + (sqrt(A)/Q)*s + A) </summary> <param name="sampleRate"></param> <param name="cutoffFrequency">
Software/apiexamples/C#/VolumeLight/NAudio/Dsp/BiQuadFilter.cs:229
Method
HooksTest
Software/tests/HooksTest.cpp:7
Function
INTC_GetGroupInterrupts
Firmware/LUFA/Platform/UC3/InterruptManagement.h:161
Function
INTC_GetInterruptHandler
Firmware/LUFA/Platform/UC3/InterruptManagement.c:46
Function
INTC_Init
Firmware/LUFA/Platform/UC3/InterruptManagement.c:51
Function
INTC_RegisterGroupHandler
Firmware/LUFA/Platform/UC3/InterruptManagement.h:144
Method
IPCContext
Software/hooks/IPCContext.hpp:11
Method
Id3v2Tag
(Stream input)
Software/apiexamples/C#/VolumeLight/NAudio/FileFormats/Mp3/Id3v2Tag.cs:33
Method
IgnoreDisposeStream
<summary> Creates a new IgnoreDisposeStream </summary> <param name="sourceStream">The source stream</param>
Software/apiexamples/C#/VolumeLight/NAudio/Utils/IgnoreDisposeStream.cs:29
Method
ImaAdpcmWaveFormat
<summary> parameterless constructor for Marshalling </summary>
Software/apiexamples/C#/VolumeLight/NAudio/Wave/WaveFormats/ImaAdpcmWaveFormat.cs:20
Method
ImpulseResponseConvolution
<summary> Creates a new Impulse Response Convolution Class </summary>
Software/apiexamples/C#/VolumeLight/NAudio/Dsp/ImpulseResponseConvolution.cs:13
Method
InfoChunk
(RiffChunk chunk)
Software/apiexamples/C#/VolumeLight/NAudio/FileFormats/SoundFont/InfoChunk.cs:29
Method
Init
<summary> Initialises the WaveOut device </summary> <param name="waveProvider">WaveProvider to play</param>
Software/apiexamples/C#/VolumeLight/NAudio/Wave/WaveOutputs/WaveOutEvent.cs:66
Method
Init
<summary> Initialise playback </summary> <param name="waveProvider">The waveprovider to be played</param>
Software/apiexamples/C#/VolumeLight/NAudio/Wave/WaveOutputs/DirectSoundOut.cs:191
Method
Init
<summary> Initialises the WaveOut device </summary> <param name="waveProvider">Wave provider to play</param>
Software/apiexamples/C#/VolumeLight/NAudio/Wave/WaveOutputs/WaveOutThreadSafe.cs:149
Method
Init
<summary> Initialize for playing the specified wave stream </summary> <param name="waveProvider">IWaveProvider to play</param>
Software/apiexamples/C#/VolumeLight/NAudio/Wave/WaveOutputs/WasapiOut.cs:241
Method
Init
<summary> Initialises the WaveOut device </summary> <param name="waveProvider">WaveProvider to play</param>
Software/apiexamples/C#/VolumeLight/NAudio/Wave/WaveOutputs/WaveOut.cs:115
Method
Init
<summary> Initialise playback </summary> <param name="waveProvider">The waveprovider to be played</param>
Software/apiexamples/C#/VolumeLight/NAudio/Wave/WaveOutputs/IWavePlayer.cs:29
Method
Init
<summary> Initialises to play </summary> <param name="waveProvider">Source wave provider</param>
Software/apiexamples/C#/VolumeLight/NAudio/Wave/WaveOutputs/AsioOut.cs:178
Method
InitRuntime
call before runtime (in resume())
Software/apiexamples/C#/VolumeLight/NAudio/Dsp/SimpleCompressor.cs:56
Method
Initialize
STDMETHOD(Initialize) (THIS_ LPDIRECTSOUND pDirectSound, LPCDSBUFFERDESC pcDSBufferDesc) PURE;
Software/apiexamples/C#/VolumeLight/NAudio/Wave/WaveOutputs/DirectSoundOut.cs:690
Method
Initialize
(AudioClientShareMode shareMode, AudioClientStreamFlags StreamFlags, long hnsBufferD
Software/apiexamples/C#/VolumeLight/NAudio/CoreAudioApi/Interfaces/IAudioClient.cs:15
Method
Initialize
<summary> Associate the control with a track </summary> <param name="track"></param>
Software/apiexamples/C#/VolumeLight/NAudio/Gui/TrackView/TrackHeader.cs:30
Method
Initialize
Desktop should be initialized before call Settings::Initialize()
Software/src/Settings.cpp:227
Method
InitializeCaptureDevice
()
Software/apiexamples/C#/VolumeLight/NAudio/CoreAudioApi/WasapiCapture.cs:68
Method
InitializeComponent
<summary> Обязательный метод для поддержки конструктора - не изменяйте содержимое данного метода при помощи редактора кода. </summary>
Software/apiexamples/C#/VolumeLight/VolumeLight/MainForm.Designer.cs:29
Method
InitializeComponent
<summary> Required method for Designer support - do not modify the contents of this method with the code editor. </summary>
Software/apiexamples/C#/VolumeLight/NAudio/Utils/ProgressLog.Designer.cs:29
Method
InitializeComponent
<summary> Required method for Designer support - do not modify the contents of this method with the code editor. </summary>
Software/apiexamples/C#/VolumeLight/NAudio/Gui/PanSlider.cs:55
Method
InitializeComponent
<summary> Required method for Designer support - do not modify the contents of this method with the code editor. </summary>
Software/apiexamples/C#/VolumeLight/NAudio/Gui/LcdPanel.cs:268
Method
InitializeComponent
<summary> Required method for Designer support - do not modify the contents of this method with the code editor. </summary>
Software/apiexamples/C#/VolumeLight/NAudio/Gui/Arranger.cs:52
Method
InitializeComponent
<summary> Required method for Designer support - do not modify the contents of this method with the code editor. </summary>
Software/apiexamples/C#/VolumeLight/NAudio/Gui/WaveformPainter.Designer.cs:29
Method
InitializeComponent
<summary> Required method for Designer support - do not modify the contents of this method with the code editor. </summary>
Software/apiexamples/C#/VolumeLight/NAudio/Gui/Pot.Designer.cs:29
Method
InitializeComponent
<summary> Required method for Designer support - do not modify the contents of this method with the code editor. </summary>
Software/apiexamples/C#/VolumeLight/NAudio/Gui/VolumeSlider.cs:55
Method
InitializeComponent
<summary> Required method for Designer support - do not modify the contents of this method with the code editor. </summary>
Software/apiexamples/C#/VolumeLight/NAudio/Gui/Fader.cs:216
Method
InitializeComponent
<summary> Required method for Designer support - do not modify the contents of this method with the code editor. </summary>
Software/apiexamples/C#/VolumeLight/NAudio/Gui/WaveViewer.cs:141
Method
InitializeComponent
<summary> Required method for Designer support - do not modify the contents of this method with the code editor. </summary>
Software/apiexamples/C#/VolumeLight/NAudio/Gui/VolumeMeter.Designer.cs:29
Method
InitializeComponent
<summary> Required method for Designer support - do not modify the contents of this method with the code editor. </summary>
Software/apiexamples/C#/VolumeLight/NAudio/Gui/Graph/Graph.cs:49
Method
InitializeComponent
<summary> Required method for Designer support - do not modify the contents of this method with the code editor. </summary>
Software/apiexamples/C#/VolumeLight/NAudio/Gui/TrackView/TrackView.Designer.cs:29
Method
InitializeComponent
<summary> Required method for Designer support - do not modify the contents of this method with the code editor. </summary>
Software/apiexamples/C#/VolumeLight/NAudio/Gui/TrackView/TimeLine.Designer.cs:29
Method
InitializeComponent
<summary> Required method for Designer support - do not modify the contents of this method with the code editor. </summary>
Software/apiexamples/C#/VolumeLight/NAudio/Gui/TrackView/TrackHeader.Designer.cs:29
Method
InitializeComponent
<summary> Required method for Designer support - do not modify the contents of this method with the code editor. </summary>
Software/apiexamples/dotnetLightpack/TestLightpack/HelpForm.Designer.cs:29
Method
InitializeComponent
<summary> Обязательный метод для поддержки конструктора - не изменяйте содержимое данного метода при помощи редактора кода. </summary>
Software/apiexamples/dotnetLightpack/TestLightpack/Form1.Designer.cs:29
Method
InitializeDirectSound
()
Software/apiexamples/C#/VolumeLight/NAudio/Wave/WaveOutputs/DirectSoundOut.cs:197
Method
InputToOutputPosition
(long inputPosition)
Software/apiexamples/C#/VolumeLight/NAudio/Wave/WaveStreams/ResamplerDmoStream.cs:61
Method
IsBufferLost
<summary> Determines whether the SecondaryBuffer is lost. </summary> <returns> <c>true</c> if [is buffer lost]; otherwise, <c>false</c>. </returns>
Software/apiexamples/C#/VolumeLight/NAudio/Wave/WaveOutputs/DirectSoundOut.cs:341
Method
IsCodecInstalled
<summary> Helper function to determine whether a particular codec is installed </summary> <param name="shortName">The short name of the function</para
Software/apiexamples/C#/VolumeLight/NAudio/Wave/Compression/AcmDriver.cs:24
Method
IsFileTypeRegistered
<summary> Determines if the specified file type is registered </summary> <param name="extension">The file extension including the leading period (e.g.
Software/apiexamples/C#/VolumeLight/NAudio/Utils/FileAssociations.cs:25
Method
IsFormatSupported
( AudioClientShareMode shareMode, [In] WaveFormat pFormat, [Out, Marsha
Software/apiexamples/C#/VolumeLight/NAudio/CoreAudioApi/Interfaces/IAudioClient.cs:33
Method
IsNoteOn
<summary> Whether this is a note on event </summary>
Software/apiexamples/C#/VolumeLight/NAudio/Midi/MidiEvent.cs:271
Method
IsValidHeader
<summary> checks if the four bytes represent a valid header, if they are, will parse the values into Mp3Frame </summary>
Software/apiexamples/C#/VolumeLight/NAudio/FileFormats/Mp3/Mp3Frame.cs:127
Function
Joystick_Disable
Firmware/LUFA/CodeTemplates/DriverStubs/Joystick.h:84
Function
Joystick_Disable
Firmware/LUFA/Drivers/Board/UC3/EVK1101/Joystick.h:106
Function
Joystick_Disable
Firmware/LUFA/Drivers/Board/UC3/EVK1100/Joystick.h:101
Function
Joystick_Disable
Firmware/LUFA/Drivers/Board/AVR8/STK525/Joystick.h:106
Function
Joystick_Disable
Firmware/LUFA/Drivers/Board/AVR8/USBKEY/Joystick.h:106
Function
Joystick_Disable
Firmware/LUFA/Drivers/Board/AVR8/EVK527/Joystick.h:106
Function
Joystick_Disable
Firmware/LUFA/Drivers/Board/AVR8/BUMBLEB/Joystick.h:102
Function
Joystick_Disable
Firmware/LUFA/Drivers/Board/AVR8/STK526/Joystick.h:101
Function
Joystick_GetStatus
Firmware/LUFA/CodeTemplates/DriverStubs/Joystick.h:90
Function
Joystick_GetStatus
Firmware/LUFA/Drivers/Board/UC3/EVK1101/Joystick.h:116
Function
Joystick_GetStatus
Firmware/LUFA/Drivers/Board/UC3/EVK1100/Joystick.h:108
Function
Joystick_GetStatus
Firmware/LUFA/Drivers/Board/AVR8/STK525/Joystick.h:116
Function
Joystick_GetStatus
Firmware/LUFA/Drivers/Board/AVR8/USBKEY/Joystick.h:116
Function
Joystick_GetStatus
Firmware/LUFA/Drivers/Board/AVR8/EVK527/Joystick.h:116
Function
Joystick_GetStatus
Firmware/LUFA/Drivers/Board/AVR8/BUMBLEB/Joystick.h:109
Function
Joystick_GetStatus
Firmware/LUFA/Drivers/Board/AVR8/STK526/Joystick.h:109
Function
Joystick_Init
Firmware/LUFA/CodeTemplates/DriverStubs/Joystick.h:79
Function
Joystick_Init
Firmware/LUFA/Drivers/Board/UC3/EVK1101/Joystick.h:97
Function
Joystick_Init
Firmware/LUFA/Drivers/Board/UC3/EVK1100/Joystick.h:95
Function
Joystick_Init
Firmware/LUFA/Drivers/Board/AVR8/STK525/Joystick.h:97
← previous
next →
1,901–2,000 of 4,331, ranked by callers