Andrew Story
|
c054777d66
|
Allow plugins to toggle the default transition via the API
|
2014-12-16 14:06:01 -08:00 |
|
hohoho
|
658800ee2e
|
Added scene collections API calls
|
2014-10-16 00:56:00 -07:00 |
|
palana
|
b3817488b4
|
Add API support for Replay Buffer
Closes https://github.com/jp9000/OBS/issues/374
|
2014-09-01 05:03:10 +02:00 |
|
palana
|
e8784e00c9
|
Report start recording from replay buffer to plugins
Bump API version because recording length can now be longer than the
time between OnStartRecording and OnStopRecording
|
2014-09-01 04:51:54 +02:00 |
|
adocilesloth
|
6258828c70
|
Add API calls for capture fps, bytes per second, total frames, total frames dropped and total stream time
|
2014-02-14 22:16:44 +00:00 |
|
palana
|
c5e432ef13
|
Add API calls for recording status and keep recording setting
|
2014-02-05 16:42:24 +01:00 |
|
jp9000
|
3520b15ca4
|
Allow the option to select sample rate to stream at rather than have it hard coded to 48000hz
|
2013-09-02 18:40:15 -07:00 |
|
jp9000
|
83c3d732a6
|
Added some extra functions and callbacks for API version checks for plugins to prevent them from necessarily loading if the API version number changes or is incompatible
|
2013-05-07 14:40:13 -07:00 |
|
William Hamilton
|
28ae32920e
|
Switch event api to plugin export c-style calls. Virtual-function calls too fragile.
|
2013-03-19 17:52:00 -05:00 |
|
Lucas Murray
|
00c41fd8a5
|
Make the DirectX control fill all available space; Display a message
when the user isn't streaming or if the preview is disabled; 1:1 mode
now center aligns the preview if the window is too small
|
2013-03-18 18:02:07 +08:00 |
|
Lucas Murray
|
86f931902d
|
Moved SettingsPane to OBSApi
|
2013-03-16 18:55:41 +08:00 |
|
Lucas Murray
|
69f4c00760
|
Add an API for accessing the current RMS, max and peak volume
statistics for the desktop and microphone audio sources
|
2013-03-14 22:06:02 +08:00 |
|
Lucas Murray
|
793c59f7a0
|
Merge remote-tracking branch 'upstream/master'
|
2013-03-04 12:07:22 +08:00 |
|
Lucas Murray
|
8116b0680e
|
Added a 1:1 preview mode that is currently always enabled
|
2013-03-04 11:36:50 +08:00 |
|
jp9000
|
f04942d524
|
woops, forgot the C-style exports
|
2013-03-03 18:27:38 -07:00 |
|
William Hamilton
|
80ef8d6295
|
Added audio volume API calls and events.
|
2013-02-11 23:00:53 -06:00 |
|
jp9000
|
87fd5a155c
|
Added C-style API exports instead of relying on horrible virtual function tables
Fixed a bug with item insertation
|
2013-02-06 09:39:15 -07:00 |
|