Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
techyian committed May 3, 2017
1 parent 05ed205 commit 0e38205
Show file tree
Hide file tree
Showing 19 changed files with 1,783 additions and 1,117 deletions.
62 changes: 60 additions & 2 deletions docs/api/MMALSharp.Components.MMALCameraComponent.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,69 @@ <h1 id="MMALSharp_Components_MMALCameraComponent" data-uid="MMALSharp.Components
<div class="inheritance">
<h5>Inheritance</h5>
<div class="level0"><span class="xref">System.Object</span></div>
<div class="level1"><span class="xref">MMALCameraComponent</span></div>
<div class="level1"><a class="xref" href="MMALSharp.MMALObject.html">MMALObject</a></div>
<div class="level2"><a class="xref" href="MMALSharp.MMALComponentBase.html">MMALComponentBase</a></div>
<div class="level3"><span class="xref">MMALCameraComponent</span></div>
</div>
<div class="inheritedMembers">
<h5>Inherited Members</h5>
<div>
<a class="xref" href="MMALSharp.MMALComponentBase.html#MMALSharp_MMALComponentBase_Control">MMALComponentBase.Control</a>
</div>
<div>
<a class="xref" href="MMALSharp.MMALComponentBase.html#MMALSharp_MMALComponentBase_Inputs">MMALComponentBase.Inputs</a>
</div>
<div>
<a class="xref" href="MMALSharp.MMALComponentBase.html#MMALSharp_MMALComponentBase_Outputs">MMALComponentBase.Outputs</a>
</div>
<div>
<a class="xref" href="MMALSharp.MMALComponentBase.html#MMALSharp_MMALComponentBase_Clocks">MMALComponentBase.Clocks</a>
</div>
<div>
<a class="xref" href="MMALSharp.MMALComponentBase.html#MMALSharp_MMALComponentBase_Ports">MMALComponentBase.Ports</a>
</div>
<div>
<a class="xref" href="MMALSharp.MMALComponentBase.html#MMALSharp_MMALComponentBase_Name">MMALComponentBase.Name</a>
</div>
<div>
<a class="xref" href="MMALSharp.MMALComponentBase.html#MMALSharp_MMALComponentBase_Enabled">MMALComponentBase.Enabled</a>
</div>
<div>
<a class="xref" href="MMALSharp.MMALComponentBase.html#MMALSharp_MMALComponentBase_Handler">MMALComponentBase.Handler</a>
</div>
<div>
<a class="xref" href="MMALSharp.MMALComponentBase.html#MMALSharp_MMALComponentBase_ManagedCallback_MMALSharp_MMALBufferImpl_MMALSharp_MMALPortBase_">MMALComponentBase.ManagedCallback(MMALBufferImpl, MMALPortBase)</a>
</div>
<div>
<a class="xref" href="MMALSharp.MMALObject.html#MMALSharp_MMALObject_Objects">MMALObject.Objects</a>
</div>
<div>
<span class="xref">System.Object.ToString()</span>
</div>
<div>
<span class="xref">System.Object.Equals(System.Object)</span>
</div>
<div>
<span class="xref">System.Object.Equals(System.Object, System.Object)</span>
</div>
<div>
<span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span>
</div>
<div>
<span class="xref">System.Object.GetHashCode()</span>
</div>
<div>
<span class="xref">System.Object.GetType()</span>
</div>
<div>
<span class="xref">System.Object.MemberwiseClone()</span>
</div>
</div>
<h6><strong>Namespace</strong>:MMALSharp.Components</h6>
<h6><strong>Assembly</strong>:MMALSharp.dll</h6>
<h5 id="MMALSharp_Components_MMALCameraComponent_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public class MMALCameraComponent : MMALComponentBase</code></pre>
<pre><code class="lang-csharp hljs">public class MMALCameraComponent : MMALComponentBase, IDisposable</code></pre>
</div>
<h3 id="constructors">Constructors
</h3>
Expand Down Expand Up @@ -248,6 +304,8 @@ <h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public override void Dispose()</code></pre>
</div>
<h5 class="overrides">Overrides</h5>
<div><a class="xref" href="MMALSharp.MMALComponentBase.html#MMALSharp_MMALComponentBase_Dispose">MMALComponentBase.Dispose()</a></div>
<a id="MMALSharp_Components_MMALCameraComponent_SetSensorDefaults_" data-uid="MMALSharp.Components.MMALCameraComponent.SetSensorDefaults*"></a>
<h4 id="MMALSharp_Components_MMALCameraComponent_SetSensorDefaults" data-uid="MMALSharp.Components.MMALCameraComponent.SetSensorDefaults">SetSensorDefaults()</h4>
<div class="markdown level1 summary"></div>
Expand Down
63 changes: 61 additions & 2 deletions docs/api/MMALSharp.Components.MMALCameraInfoComponent.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,72 @@ <h1 id="MMALSharp_Components_MMALCameraInfoComponent" data-uid="MMALSharp.Compon
<div class="inheritance">
<h5>Inheritance</h5>
<div class="level0"><span class="xref">System.Object</span></div>
<div class="level1"><span class="xref">MMALCameraInfoComponent</span></div>
<div class="level1"><a class="xref" href="MMALSharp.MMALObject.html">MMALObject</a></div>
<div class="level2"><a class="xref" href="MMALSharp.MMALComponentBase.html">MMALComponentBase</a></div>
<div class="level3"><span class="xref">MMALCameraInfoComponent</span></div>
</div>
<div class="inheritedMembers">
<h5>Inherited Members</h5>
<div>
<a class="xref" href="MMALSharp.MMALComponentBase.html#MMALSharp_MMALComponentBase_Control">MMALComponentBase.Control</a>
</div>
<div>
<a class="xref" href="MMALSharp.MMALComponentBase.html#MMALSharp_MMALComponentBase_Inputs">MMALComponentBase.Inputs</a>
</div>
<div>
<a class="xref" href="MMALSharp.MMALComponentBase.html#MMALSharp_MMALComponentBase_Outputs">MMALComponentBase.Outputs</a>
</div>
<div>
<a class="xref" href="MMALSharp.MMALComponentBase.html#MMALSharp_MMALComponentBase_Clocks">MMALComponentBase.Clocks</a>
</div>
<div>
<a class="xref" href="MMALSharp.MMALComponentBase.html#MMALSharp_MMALComponentBase_Ports">MMALComponentBase.Ports</a>
</div>
<div>
<a class="xref" href="MMALSharp.MMALComponentBase.html#MMALSharp_MMALComponentBase_Name">MMALComponentBase.Name</a>
</div>
<div>
<a class="xref" href="MMALSharp.MMALComponentBase.html#MMALSharp_MMALComponentBase_Enabled">MMALComponentBase.Enabled</a>
</div>
<div>
<a class="xref" href="MMALSharp.MMALComponentBase.html#MMALSharp_MMALComponentBase_Handler">MMALComponentBase.Handler</a>
</div>
<div>
<a class="xref" href="MMALSharp.MMALComponentBase.html#MMALSharp_MMALComponentBase_ManagedCallback_MMALSharp_MMALBufferImpl_MMALSharp_MMALPortBase_">MMALComponentBase.ManagedCallback(MMALBufferImpl, MMALPortBase)</a>
</div>
<div>
<a class="xref" href="MMALSharp.MMALComponentBase.html#MMALSharp_MMALComponentBase_Dispose">MMALComponentBase.Dispose()</a>
</div>
<div>
<a class="xref" href="MMALSharp.MMALObject.html#MMALSharp_MMALObject_Objects">MMALObject.Objects</a>
</div>
<div>
<span class="xref">System.Object.ToString()</span>
</div>
<div>
<span class="xref">System.Object.Equals(System.Object)</span>
</div>
<div>
<span class="xref">System.Object.Equals(System.Object, System.Object)</span>
</div>
<div>
<span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span>
</div>
<div>
<span class="xref">System.Object.GetHashCode()</span>
</div>
<div>
<span class="xref">System.Object.GetType()</span>
</div>
<div>
<span class="xref">System.Object.MemberwiseClone()</span>
</div>
</div>
<h6><strong>Namespace</strong>:MMALSharp.Components</h6>
<h6><strong>Assembly</strong>:MMALSharp.dll</h6>
<h5 id="MMALSharp_Components_MMALCameraInfoComponent_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public class MMALCameraInfoComponent : MMALComponentBase</code></pre>
<pre><code class="lang-csharp hljs">public class MMALCameraInfoComponent : MMALComponentBase, IDisposable</code></pre>
</div>
<h3 id="constructors">Constructors
</h3>
Expand Down
69 changes: 64 additions & 5 deletions docs/api/MMALSharp.Components.MMALDownstreamComponent.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,16 +93,75 @@ <h1 id="MMALSharp_Components_MMALDownstreamComponent" data-uid="MMALSharp.Compon
<div class="inheritance">
<h5>Inheritance</h5>
<div class="level0"><span class="xref">System.Object</span></div>
<div class="level1"><span class="xref">MMALDownstreamComponent</span></div>
<div class="level2"><a class="xref" href="MMALSharp.Components.MMALEncoderBase.html">MMALEncoderBase</a></div>
<div class="level2"><a class="xref" href="MMALSharp.Components.MMALRendererBase.html">MMALRendererBase</a></div>
<div class="level2"><a class="xref" href="MMALSharp.Components.MMALSplitterComponent.html">MMALSplitterComponent</a></div>
<div class="level1"><a class="xref" href="MMALSharp.MMALObject.html">MMALObject</a></div>
<div class="level2"><a class="xref" href="MMALSharp.MMALComponentBase.html">MMALComponentBase</a></div>
<div class="level3"><span class="xref">MMALDownstreamComponent</span></div>
<div class="level4"><a class="xref" href="MMALSharp.Components.MMALEncoderBase.html">MMALEncoderBase</a></div>
<div class="level4"><a class="xref" href="MMALSharp.Components.MMALRendererBase.html">MMALRendererBase</a></div>
<div class="level4"><a class="xref" href="MMALSharp.Components.MMALSplitterComponent.html">MMALSplitterComponent</a></div>
</div>
<div class="inheritedMembers">
<h5>Inherited Members</h5>
<div>
<a class="xref" href="MMALSharp.MMALComponentBase.html#MMALSharp_MMALComponentBase_Control">MMALComponentBase.Control</a>
</div>
<div>
<a class="xref" href="MMALSharp.MMALComponentBase.html#MMALSharp_MMALComponentBase_Inputs">MMALComponentBase.Inputs</a>
</div>
<div>
<a class="xref" href="MMALSharp.MMALComponentBase.html#MMALSharp_MMALComponentBase_Outputs">MMALComponentBase.Outputs</a>
</div>
<div>
<a class="xref" href="MMALSharp.MMALComponentBase.html#MMALSharp_MMALComponentBase_Clocks">MMALComponentBase.Clocks</a>
</div>
<div>
<a class="xref" href="MMALSharp.MMALComponentBase.html#MMALSharp_MMALComponentBase_Ports">MMALComponentBase.Ports</a>
</div>
<div>
<a class="xref" href="MMALSharp.MMALComponentBase.html#MMALSharp_MMALComponentBase_Name">MMALComponentBase.Name</a>
</div>
<div>
<a class="xref" href="MMALSharp.MMALComponentBase.html#MMALSharp_MMALComponentBase_Enabled">MMALComponentBase.Enabled</a>
</div>
<div>
<a class="xref" href="MMALSharp.MMALComponentBase.html#MMALSharp_MMALComponentBase_Handler">MMALComponentBase.Handler</a>
</div>
<div>
<a class="xref" href="MMALSharp.MMALComponentBase.html#MMALSharp_MMALComponentBase_ManagedCallback_MMALSharp_MMALBufferImpl_MMALSharp_MMALPortBase_">MMALComponentBase.ManagedCallback(MMALBufferImpl, MMALPortBase)</a>
</div>
<div>
<a class="xref" href="MMALSharp.MMALComponentBase.html#MMALSharp_MMALComponentBase_Dispose">MMALComponentBase.Dispose()</a>
</div>
<div>
<a class="xref" href="MMALSharp.MMALObject.html#MMALSharp_MMALObject_Objects">MMALObject.Objects</a>
</div>
<div>
<span class="xref">System.Object.ToString()</span>
</div>
<div>
<span class="xref">System.Object.Equals(System.Object)</span>
</div>
<div>
<span class="xref">System.Object.Equals(System.Object, System.Object)</span>
</div>
<div>
<span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span>
</div>
<div>
<span class="xref">System.Object.GetHashCode()</span>
</div>
<div>
<span class="xref">System.Object.GetType()</span>
</div>
<div>
<span class="xref">System.Object.MemberwiseClone()</span>
</div>
</div>
<h6><strong>Namespace</strong>:MMALSharp.Components</h6>
<h6><strong>Assembly</strong>:MMALSharp.dll</h6>
<h5 id="MMALSharp_Components_MMALDownstreamComponent_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public abstract class MMALDownstreamComponent : MMALComponentBase</code></pre>
<pre><code class="lang-csharp hljs">public abstract class MMALDownstreamComponent : MMALComponentBase, IDisposable</code></pre>
</div>
<h3 id="constructors">Constructors
</h3>
Expand Down
Loading

0 comments on commit 0e38205

Please sign in to comment.