Skip to content

Commit 5e45056

Browse files
committed
Update lib
1 parent c902e6f commit 5e45056

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

sources/UMapx.Video.Windows.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5-
<Version>5.2.9.6</Version>
6-
<AssemblyVersion>5.2.9.6</AssemblyVersion>
7-
<FileVersion>5.2.9.6</FileVersion>
5+
<Version>6.0.0.1</Version>
6+
<AssemblyVersion>6.0.0.1</AssemblyVersion>
7+
<FileVersion>6.0.0.1</FileVersion>
88
<Description>UMapx extensions for video streaming and processing on Windows.</Description>
99
<Copyright>Valery Asiryan, © 2015-2023</Copyright>
1010
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
@@ -55,7 +55,7 @@
5555
</ItemGroup>
5656

5757
<ItemGroup>
58-
<PackageReference Include="UMapx" Version="5.2.9.6" />
58+
<PackageReference Include="UMapx" Version="6.0.0.1" />
5959
</ItemGroup>
6060

6161
</Project>

sources/UMapx.Video.Windows.xml

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sources/Video/DirectShow/Internals/IMediaControl.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ internal interface IMediaControl
4545
/// </summary>
4646
///
4747
/// <param name="timeout">Duration of the time-out, in milliseconds, or INFINITE to specify an infinite time-out.</param>
48-
/// <param name="filterState">Ìariable that receives a member of the <b>FILTER_STATE</b> enumeration.</param>
48+
/// <param name="filterState">Variable that receives a member of the <b>FILTER_STATE</b> enumeration.</param>
4949
///
5050
/// <returns>Return's <b>HRESULT</b> error code.</returns>
5151
///

sources/Video/DirectShow/Internals/ISampleGrabberCB.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ internal interface ISampleGrabberCB
2525
int SampleCB( double sampleTime, IntPtr sample );
2626

2727
/// <summary>
28-
/// Callback method that receives a pointer to the sample bufferþ
28+
/// Callback method that receives a pointer to the sample buffer.
2929
/// </summary>
3030
///
3131
/// <param name="sampleTime">Starting time of the sample, in seconds.</param>

sources/Video/DirectShow/Internals/IVideoWindow.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ internal interface IVideoWindow
255255
int get_Height( out int height );
256256

257257
/// <summary>
258-
/// Specifies a parent window for the video windowþ
258+
/// Specifies a parent window for the video window.
259259
/// </summary>
260260
///
261261
/// <param name="owner">Specifies a handle to the parent window.</param>
@@ -266,7 +266,7 @@ internal interface IVideoWindow
266266
int put_Owner( IntPtr owner );
267267

268268
/// <summary>
269-
/// Retrieves the video window's parent window, if anyþ
269+
/// Retrieves the video window's parent window, if any.
270270
/// </summary>
271271
///
272272
/// <param name="owner">Parent window's handle.</param>
@@ -369,7 +369,7 @@ int get_FullScreenMode(
369369
int NotifyOwnerMessage( IntPtr hwnd, int msg, IntPtr wParam, IntPtr lParam );
370370

371371
/// <summary>
372-
/// Sets the position of the video windowþ
372+
/// Sets the position of the video window.
373373
/// </summary>
374374
///
375375
/// <param name="left">Specifies the x-coordinate, in pixels.</param>

0 commit comments

Comments
 (0)