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

Windows support #11

Merged
merged 12 commits into from
Sep 3, 2023
Merged
Show file tree
Hide file tree
Changes from 11 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
155 changes: 98 additions & 57 deletions Docfx/_site/api/Nickvision.MPVSharp.Client.html

Large diffs are not rendered by default.

10 changes: 6 additions & 4 deletions Docfx/_site/api/Nickvision.MPVSharp.ClientException.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@



<meta name="docfx:docurl" content="https://github.com/NickvisionApps/MPVSharp/new/main/apiSpec/new?filename=Nickvision_MPVSharp_ClientException.md&amp;value=---%0Auid%3A%20Nickvision.MPVSharp.ClientException%0Asummary%3A%20&#39;*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax&#39;%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">

</head>

<script type="module">
Expand Down Expand Up @@ -79,7 +79,7 @@ <h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>

<h1 id="Nickvision_MPVSharp_ClientException" data-uid="Nickvision.MPVSharp.ClientException" class="text-break">
Class ClientException
<a class="header-action link-secondary" title="View source" href="https://github.com/NickvisionApps/MPVSharp/blob/main/Nickvision.MPVSharp/ClientException.cs/#L9"><i class="bi bi-code-slash"></i></a>

</h1>

<div class="facts text-secondary">
Expand Down Expand Up @@ -187,7 +187,7 @@ <h2 class="section" id="constructors">Constructors

<h3 id="Nickvision_MPVSharp_ClientException__ctor_Nickvision_MPVSharp_Internal_MPVError_" data-uid="Nickvision.MPVSharp.ClientException.#ctor(Nickvision.MPVSharp.Internal.MPVError)">
ClientException(MPVError)
<a class="header-action link-secondary" title="View source" href="https://github.com/NickvisionApps/MPVSharp/blob/main/Nickvision.MPVSharp/ClientException.cs/#L20"><i class="bi bi-code-slash"></i></a>

</h3>

<div class="markdown level1 summary"><p>Construct Client Exception</p>
Expand Down Expand Up @@ -224,7 +224,7 @@ <h2 class="section" id="properties">Properties

<h3 id="Nickvision_MPVSharp_ClientException_Error" data-uid="Nickvision.MPVSharp.ClientException.Error">
Error
<a class="header-action link-secondary" title="View source" href="https://github.com/NickvisionApps/MPVSharp/blob/main/Nickvision.MPVSharp/ClientException.cs/#L14"><i class="bi bi-code-slash"></i></a>

</h3>

<div class="markdown level1 summary"><p>MPV Error code</p>
Expand Down Expand Up @@ -255,6 +255,8 @@ <h4 class="section">Property Value</h4>

</article>

<div class="contribution d-print-none">
</div>


</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@



<meta name="docfx:docurl" content="https://github.com/NickvisionApps/MPVSharp/new/main/apiSpec/new?filename=Nickvision_MPVSharp_ClientMessageReceivedEventArgs.md&amp;value=---%0Auid%3A%20Nickvision.MPVSharp.ClientMessageReceivedEventArgs%0Asummary%3A%20&#39;*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax&#39;%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">

</head>

<script type="module">
Expand Down Expand Up @@ -79,7 +79,7 @@ <h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>

<h1 id="Nickvision_MPVSharp_ClientMessageReceivedEventArgs" data-uid="Nickvision.MPVSharp.ClientMessageReceivedEventArgs" class="text-break">
Class ClientMessageReceivedEventArgs
<a class="header-action link-secondary" title="View source" href="https://github.com/NickvisionApps/MPVSharp/blob/main/Nickvision.MPVSharp/ClientMessageReceivedEventArgs.cs/#L8"><i class="bi bi-code-slash"></i></a>

</h1>

<div class="facts text-secondary">
Expand Down Expand Up @@ -151,7 +151,7 @@ <h2 class="section" id="constructors">Constructors

<h3 id="Nickvision_MPVSharp_ClientMessageReceivedEventArgs__ctor_System_String___" data-uid="Nickvision.MPVSharp.ClientMessageReceivedEventArgs.#ctor(System.String[])">
ClientMessageReceivedEventArgs(string[])
<a class="header-action link-secondary" title="View source" href="https://github.com/NickvisionApps/MPVSharp/blob/main/Nickvision.MPVSharp/ClientMessageReceivedEventArgs.cs/#L19"><i class="bi bi-code-slash"></i></a>

</h3>

<div class="markdown level1 summary"><p>Create args for ClientMessage event</p>
Expand Down Expand Up @@ -188,7 +188,7 @@ <h2 class="section" id="properties">Properties

<h3 id="Nickvision_MPVSharp_ClientMessageReceivedEventArgs_Args" data-uid="Nickvision.MPVSharp.ClientMessageReceivedEventArgs.Args">
Args
<a class="header-action link-secondary" title="View source" href="https://github.com/NickvisionApps/MPVSharp/blob/main/Nickvision.MPVSharp/ClientMessageReceivedEventArgs.cs/#L13"><i class="bi bi-code-slash"></i></a>

</h3>

<div class="markdown level1 summary"><p>String array with client message arguments</p>
Expand Down Expand Up @@ -219,6 +219,8 @@ <h4 class="section">Property Value</h4>

</article>

<div class="contribution d-print-none">
</div>


</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@



<meta name="docfx:docurl" content="https://github.com/NickvisionApps/MPVSharp/new/main/apiSpec/new?filename=Nickvision_MPVSharp_CommandReplyReceivedEventArgs.md&amp;value=---%0Auid%3A%20Nickvision.MPVSharp.CommandReplyReceivedEventArgs%0Asummary%3A%20&#39;*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax&#39;%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">

</head>

<script type="module">
Expand Down Expand Up @@ -79,7 +79,7 @@ <h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>

<h1 id="Nickvision_MPVSharp_CommandReplyReceivedEventArgs" data-uid="Nickvision.MPVSharp.CommandReplyReceivedEventArgs" class="text-break">
Class CommandReplyReceivedEventArgs
<a class="header-action link-secondary" title="View source" href="https://github.com/NickvisionApps/MPVSharp/blob/main/Nickvision.MPVSharp/CommandReplyReceivedEventArgs.cs/#L9"><i class="bi bi-code-slash"></i></a>

</h1>

<div class="facts text-secondary">
Expand Down Expand Up @@ -151,7 +151,7 @@ <h2 class="section" id="constructors">Constructors

<h3 id="Nickvision_MPVSharp_CommandReplyReceivedEventArgs__ctor_System_UInt64_System_Int32_Nickvision_MPVSharp_Internal_MPVNode_" data-uid="Nickvision.MPVSharp.CommandReplyReceivedEventArgs.#ctor(System.UInt64,System.Int32,Nickvision.MPVSharp.Internal.MPVNode)">
CommandReplyReceivedEventArgs(ulong, int, MPVNode)
<a class="header-action link-secondary" title="View source" href="https://github.com/NickvisionApps/MPVSharp/blob/main/Nickvision.MPVSharp/CommandReplyReceivedEventArgs.cs/#L30"><i class="bi bi-code-slash"></i></a>

</h3>

<div class="markdown level1 summary"><p>Create args for CommandReply event</p>
Expand Down Expand Up @@ -194,7 +194,7 @@ <h2 class="section" id="properties">Properties

<h3 id="Nickvision_MPVSharp_CommandReplyReceivedEventArgs_Error" data-uid="Nickvision.MPVSharp.CommandReplyReceivedEventArgs.Error">
Error
<a class="header-action link-secondary" title="View source" href="https://github.com/NickvisionApps/MPVSharp/blob/main/Nickvision.MPVSharp/CommandReplyReceivedEventArgs.cs/#L18"><i class="bi bi-code-slash"></i></a>

</h3>

<div class="markdown level1 summary"><p>Error code</p>
Expand Down Expand Up @@ -226,7 +226,7 @@ <h4 class="section">Property Value</h4>

<h3 id="Nickvision_MPVSharp_CommandReplyReceivedEventArgs_ReplyUserdata" data-uid="Nickvision.MPVSharp.CommandReplyReceivedEventArgs.ReplyUserdata">
ReplyUserdata
<a class="header-action link-secondary" title="View source" href="https://github.com/NickvisionApps/MPVSharp/blob/main/Nickvision.MPVSharp/CommandReplyReceivedEventArgs.cs/#L14"><i class="bi bi-code-slash"></i></a>

</h3>

<div class="markdown level1 summary"><p>Reply userdata</p>
Expand Down Expand Up @@ -258,7 +258,7 @@ <h4 class="section">Property Value</h4>

<h3 id="Nickvision_MPVSharp_CommandReplyReceivedEventArgs_Result" data-uid="Nickvision.MPVSharp.CommandReplyReceivedEventArgs.Result">
Result
<a class="header-action link-secondary" title="View source" href="https://github.com/NickvisionApps/MPVSharp/blob/main/Nickvision.MPVSharp/CommandReplyReceivedEventArgs.cs/#L22"><i class="bi bi-code-slash"></i></a>

</h3>

<div class="markdown level1 summary"><p>Command result</p>
Expand Down Expand Up @@ -289,6 +289,8 @@ <h4 class="section">Property Value</h4>

</article>

<div class="contribution d-print-none">
</div>


</div>
Expand Down
18 changes: 10 additions & 8 deletions Docfx/_site/api/Nickvision.MPVSharp.FileEndedEventArgs.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@



<meta name="docfx:docurl" content="https://github.com/NickvisionApps/MPVSharp/new/main/apiSpec/new?filename=Nickvision_MPVSharp_FileEndedEventArgs.md&amp;value=---%0Auid%3A%20Nickvision.MPVSharp.FileEndedEventArgs%0Asummary%3A%20&#39;*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax&#39;%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">

</head>

<script type="module">
Expand Down Expand Up @@ -79,7 +79,7 @@ <h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>

<h1 id="Nickvision_MPVSharp_FileEndedEventArgs" data-uid="Nickvision.MPVSharp.FileEndedEventArgs" class="text-break">
Class FileEndedEventArgs
<a class="header-action link-secondary" title="View source" href="https://github.com/NickvisionApps/MPVSharp/blob/main/Nickvision.MPVSharp/FileEndedEventArgs.cs/#L9"><i class="bi bi-code-slash"></i></a>

</h1>

<div class="facts text-secondary">
Expand Down Expand Up @@ -151,7 +151,7 @@ <h2 class="section" id="constructors">Constructors

<h3 id="Nickvision_MPVSharp_FileEndedEventArgs__ctor_Nickvision_MPVSharp_Internal_MPVEndFileReason_Nickvision_MPVSharp_Internal_MPVError_System_Int64_System_Int64_System_Int32_" data-uid="Nickvision.MPVSharp.FileEndedEventArgs.#ctor(Nickvision.MPVSharp.Internal.MPVEndFileReason,Nickvision.MPVSharp.Internal.MPVError,System.Int64,System.Int64,System.Int32)">
FileEndedEventArgs(MPVEndFileReason, MPVError, long, long, int)
<a class="header-action link-secondary" title="View source" href="https://github.com/NickvisionApps/MPVSharp/blob/main/Nickvision.MPVSharp/FileEndedEventArgs.cs/#L44"><i class="bi bi-code-slash"></i></a>

</h3>

<div class="markdown level1 summary"><p>Create args for EndFile event</p>
Expand Down Expand Up @@ -200,7 +200,7 @@ <h2 class="section" id="properties">Properties

<h3 id="Nickvision_MPVSharp_FileEndedEventArgs_Error" data-uid="Nickvision.MPVSharp.FileEndedEventArgs.Error">
Error
<a class="header-action link-secondary" title="View source" href="https://github.com/NickvisionApps/MPVSharp/blob/main/Nickvision.MPVSharp/FileEndedEventArgs.cs/#L18"><i class="bi bi-code-slash"></i></a>

</h3>

<div class="markdown level1 summary"><p>Contains error code if reason is MPVEndFileReason.Error, or 0</p>
Expand Down Expand Up @@ -232,7 +232,7 @@ <h4 class="section">Property Value</h4>

<h3 id="Nickvision_MPVSharp_FileEndedEventArgs_PlaylistEntryId" data-uid="Nickvision.MPVSharp.FileEndedEventArgs.PlaylistEntryId">
PlaylistEntryId
<a class="header-action link-secondary" title="View source" href="https://github.com/NickvisionApps/MPVSharp/blob/main/Nickvision.MPVSharp/FileEndedEventArgs.cs/#L22"><i class="bi bi-code-slash"></i></a>

</h3>

<div class="markdown level1 summary"><p>Playlist entry Id of the file that was being played</p>
Expand Down Expand Up @@ -264,7 +264,7 @@ <h4 class="section">Property Value</h4>

<h3 id="Nickvision_MPVSharp_FileEndedEventArgs_PlaylistInsertId" data-uid="Nickvision.MPVSharp.FileEndedEventArgs.PlaylistInsertId">
PlaylistInsertId
<a class="header-action link-secondary" title="View source" href="https://github.com/NickvisionApps/MPVSharp/blob/main/Nickvision.MPVSharp/FileEndedEventArgs.cs/#L28"><i class="bi bi-code-slash"></i></a>

</h3>

<div class="markdown level1 summary"><p>If loading ended, because the playlist entry to be played was for example
Expand Down Expand Up @@ -298,7 +298,7 @@ <h4 class="section">Property Value</h4>

<h3 id="Nickvision_MPVSharp_FileEndedEventArgs_PlaylistInsertNumEntries" data-uid="Nickvision.MPVSharp.FileEndedEventArgs.PlaylistInsertNumEntries">
PlaylistInsertNumEntries
<a class="header-action link-secondary" title="View source" href="https://github.com/NickvisionApps/MPVSharp/blob/main/Nickvision.MPVSharp/FileEndedEventArgs.cs/#L34"><i class="bi bi-code-slash"></i></a>

</h3>

<div class="markdown level1 summary"><p>If loading ended, because the playlist entry to be played was for example
Expand Down Expand Up @@ -332,7 +332,7 @@ <h4 class="section">Property Value</h4>

<h3 id="Nickvision_MPVSharp_FileEndedEventArgs_Reason" data-uid="Nickvision.MPVSharp.FileEndedEventArgs.Reason">
Reason
<a class="header-action link-secondary" title="View source" href="https://github.com/NickvisionApps/MPVSharp/blob/main/Nickvision.MPVSharp/FileEndedEventArgs.cs/#L14"><i class="bi bi-code-slash"></i></a>

</h3>

<div class="markdown level1 summary"><p>File ending reason</p>
Expand Down Expand Up @@ -363,6 +363,8 @@ <h4 class="section">Property Value</h4>

</article>

<div class="contribution d-print-none">
</div>


</div>
Expand Down
10 changes: 6 additions & 4 deletions Docfx/_site/api/Nickvision.MPVSharp.FileStartedEventArgs.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@



<meta name="docfx:docurl" content="https://github.com/NickvisionApps/MPVSharp/new/main/apiSpec/new?filename=Nickvision_MPVSharp_FileStartedEventArgs.md&amp;value=---%0Auid%3A%20Nickvision.MPVSharp.FileStartedEventArgs%0Asummary%3A%20&#39;*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax&#39;%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">

</head>

<script type="module">
Expand Down Expand Up @@ -79,7 +79,7 @@ <h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>

<h1 id="Nickvision_MPVSharp_FileStartedEventArgs" data-uid="Nickvision.MPVSharp.FileStartedEventArgs" class="text-break">
Class FileStartedEventArgs
<a class="header-action link-secondary" title="View source" href="https://github.com/NickvisionApps/MPVSharp/blob/main/Nickvision.MPVSharp/FileStartedEventArgs.cs/#L8"><i class="bi bi-code-slash"></i></a>

</h1>

<div class="facts text-secondary">
Expand Down Expand Up @@ -151,7 +151,7 @@ <h2 class="section" id="constructors">Constructors

<h3 id="Nickvision_MPVSharp_FileStartedEventArgs__ctor_System_Int64_" data-uid="Nickvision.MPVSharp.FileStartedEventArgs.#ctor(System.Int64)">
FileStartedEventArgs(long)
<a class="header-action link-secondary" title="View source" href="https://github.com/NickvisionApps/MPVSharp/blob/main/Nickvision.MPVSharp/FileStartedEventArgs.cs/#L19"><i class="bi bi-code-slash"></i></a>

</h3>

<div class="markdown level1 summary"><p>Create args for StartFile event</p>
Expand Down Expand Up @@ -188,7 +188,7 @@ <h2 class="section" id="properties">Properties

<h3 id="Nickvision_MPVSharp_FileStartedEventArgs_PlaylistEntryId" data-uid="Nickvision.MPVSharp.FileStartedEventArgs.PlaylistEntryId">
PlaylistEntryId
<a class="header-action link-secondary" title="View source" href="https://github.com/NickvisionApps/MPVSharp/blob/main/Nickvision.MPVSharp/FileStartedEventArgs.cs/#L13"><i class="bi bi-code-slash"></i></a>

</h3>

<div class="markdown level1 summary"><p>Index of file in playlist</p>
Expand Down Expand Up @@ -219,6 +219,8 @@ <h4 class="section">Property Value</h4>

</article>

<div class="contribution d-print-none">
</div>


</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@



<meta name="docfx:docurl" content="https://github.com/NickvisionApps/MPVSharp/new/main/apiSpec/new?filename=Nickvision_MPVSharp_GetPropertyReplyReceivedEventArgs.md&amp;value=---%0Auid%3A%20Nickvision.MPVSharp.GetPropertyReplyReceivedEventArgs%0Asummary%3A%20&#39;*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax&#39;%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">

</head>

<script type="module">
Expand Down Expand Up @@ -79,7 +79,7 @@ <h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>

<h1 id="Nickvision_MPVSharp_GetPropertyReplyReceivedEventArgs" data-uid="Nickvision.MPVSharp.GetPropertyReplyReceivedEventArgs" class="text-break">
Class GetPropertyReplyReceivedEventArgs
<a class="header-action link-secondary" title="View source" href="https://github.com/NickvisionApps/MPVSharp/blob/main/Nickvision.MPVSharp/GetPropertyReplyReceivedEventArgs.cs/#L9"><i class="bi bi-code-slash"></i></a>

</h1>

<div class="facts text-secondary">
Expand Down Expand Up @@ -151,7 +151,7 @@ <h2 class="section" id="constructors">Constructors

<h3 id="Nickvision_MPVSharp_GetPropertyReplyReceivedEventArgs__ctor_System_UInt64_System_String_System_Nullable_Nickvision_MPVSharp_Internal_MPVNode__" data-uid="Nickvision.MPVSharp.GetPropertyReplyReceivedEventArgs.#ctor(System.UInt64,System.String,System.Nullable{Nickvision.MPVSharp.Internal.MPVNode})">
GetPropertyReplyReceivedEventArgs(ulong, string, MPVNode?)
<a class="header-action link-secondary" title="View source" href="https://github.com/NickvisionApps/MPVSharp/blob/main/Nickvision.MPVSharp/GetPropertyReplyReceivedEventArgs.cs/#L30"><i class="bi bi-code-slash"></i></a>

</h3>

<div class="markdown level1 summary"><p>Create args for GetPropertyReply event</p>
Expand Down Expand Up @@ -194,7 +194,7 @@ <h2 class="section" id="properties">Properties

<h3 id="Nickvision_MPVSharp_GetPropertyReplyReceivedEventArgs_Name" data-uid="Nickvision.MPVSharp.GetPropertyReplyReceivedEventArgs.Name">
Name
<a class="header-action link-secondary" title="View source" href="https://github.com/NickvisionApps/MPVSharp/blob/main/Nickvision.MPVSharp/GetPropertyReplyReceivedEventArgs.cs/#L18"><i class="bi bi-code-slash"></i></a>

</h3>

<div class="markdown level1 summary"><p>Property name</p>
Expand Down Expand Up @@ -226,7 +226,7 @@ <h4 class="section">Property Value</h4>

<h3 id="Nickvision_MPVSharp_GetPropertyReplyReceivedEventArgs_Node" data-uid="Nickvision.MPVSharp.GetPropertyReplyReceivedEventArgs.Node">
Node
<a class="header-action link-secondary" title="View source" href="https://github.com/NickvisionApps/MPVSharp/blob/main/Nickvision.MPVSharp/GetPropertyReplyReceivedEventArgs.cs/#L22"><i class="bi bi-code-slash"></i></a>

</h3>

<div class="markdown level1 summary"><p>MPVNode holding data</p>
Expand Down Expand Up @@ -258,7 +258,7 @@ <h4 class="section">Property Value</h4>

<h3 id="Nickvision_MPVSharp_GetPropertyReplyReceivedEventArgs_ReplyUserdata" data-uid="Nickvision.MPVSharp.GetPropertyReplyReceivedEventArgs.ReplyUserdata">
ReplyUserdata
<a class="header-action link-secondary" title="View source" href="https://github.com/NickvisionApps/MPVSharp/blob/main/Nickvision.MPVSharp/GetPropertyReplyReceivedEventArgs.cs/#L14"><i class="bi bi-code-slash"></i></a>

</h3>

<div class="markdown level1 summary"><p>Reply userdata</p>
Expand Down Expand Up @@ -289,6 +289,8 @@ <h4 class="section">Property Value</h4>

</article>

<div class="contribution d-print-none">
</div>


</div>
Expand Down
Loading