Skip to content
Snippets Groups Projects
  • Jim's avatar
    7d48dbb1
    Add a way to get default settings · 7d48dbb1
    Jim authored
     - Implement a means of obtaining default settings for an
       input/output/encoder.  obs_source_defaults for example will return
       the default settings for a particular source type.
    
     - Because C++ doesn't have designated initializers, use functions in
       the WASAPI plugin to register the sources instead.
    7d48dbb1
    History
    Add a way to get default settings
    Jim authored
     - Implement a means of obtaining default settings for an
       input/output/encoder.  obs_source_defaults for example will return
       the default settings for a particular source type.
    
     - Because C++ doesn't have designated initializers, use functions in
       the WASAPI plugin to register the sources instead.