BlazorMedia 0.1.17

There is a newer version of this package available.
See the version list below for details.
dotnet add package BlazorMedia --version 0.1.17                
NuGet\Install-Package BlazorMedia -Version 0.1.17                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="BlazorMedia" Version="0.1.17" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BlazorMedia --version 0.1.17                
#r "nuget: BlazorMedia, 0.1.17"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install BlazorMedia as a Cake Addin
#addin nuget:?package=BlazorMedia&version=0.1.17

// Install BlazorMedia as a Cake Tool
#tool nuget:?package=BlazorMedia&version=0.1.17                

BlazorMedia

Blazor Library for Interacting with Browser Media Streaming APIs

How to use

In your Component

@using BlazorMedia;

...

@if (BlazorMediaAPI.Initialized)
{
    <VideoMedia OnDataReceived="@OnDataReceived" />
}

Code Behind

...

if (!BlazorMediaAPI.Initialized)
{
    await BlazorMediaAPI.InitializeMediaStream(JSRuntime, 640, 480, true);
}
protected void OnDataReceived(byte[] data)
{
    Console.WriteLine($"Data Recieved of length: {data.Length}");
}
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.4.0.2 2,382 11/20/2020
0.4.0.1 390 11/20/2020
0.4.0 385 11/20/2020
0.3.0.12 613 10/26/2020
0.3.0.11 742 8/14/2020
0.3.0.10 484 8/5/2020
0.3.0.9 592 7/12/2020
0.3.0.8 498 7/12/2020
0.3.0.7 574 7/7/2020
0.3.0.6 519 7/5/2020
0.3.0.5 634 6/11/2020
0.3.0.4 462 6/11/2020
0.3.0.3 450 6/10/2020
0.3.0.2 1,549 6/10/2020
0.3.0.1 542 6/10/2020
0.3.0 525 6/10/2020
0.2.333.326 671 3/31/2020
0.2.322.315 519 3/13/2020
0.2.289.282 670 3/10/2020
0.2.212.205 482 3/2/2020
0.2.62.55 574 1/13/2020
0.2.60.53 523 1/13/2020
0.2.57.50 567 1/8/2020
0.2.51.44 710 1/4/2020
0.2.48.41 586 1/2/2020
0.2.40.33 597 1/2/2020
0.2.38.31 616 12/31/2019
0.2.36.29 479 12/31/2019
0.2.35.28 524 12/31/2019
0.2.34.27 506 12/31/2019
0.2.33.26 494 12/31/2019
0.2.31.24 501 12/31/2019
0.2.30.23 516 12/31/2019
0.2.29.22 517 12/31/2019
0.2.28.21 515 12/31/2019
0.2.27.20 529 12/31/2019
0.2.26.19 524 12/31/2019
0.2.25.18 543 12/31/2019
0.2.24.17 522 12/31/2019
0.2.23.16 519 12/31/2019
0.2.22.15 524 12/31/2019
0.2.21.14 536 12/31/2019
0.2.20.13 533 12/31/2019
0.2.19.12 534 12/31/2019
0.2.18.11 578 12/31/2019
0.2.17.10 552 12/31/2019
0.2.16.9 539 12/31/2019
0.2.15.8 544 12/31/2019
0.2.14.6 550 12/31/2019
0.2.12.3 548 12/31/2019
0.2.11.2 557 12/31/2019
0.2.10.1 591 12/31/2019
0.2.9.1 585 12/31/2019
0.2.8.1 612 12/31/2019
0.2.7.1 515 12/31/2019
0.2.6.1 496 12/31/2019
0.2.4.1 510 12/31/2019
0.2.4 521 12/31/2019
0.2.3 524 12/31/2019
0.1.17 595 9/25/2019
0.1.16 335 6/14/2019
0.1.15 315 6/14/2019
0.1.14 316 6/14/2019
0.1.13 320 6/14/2019
0.1.12 314 6/14/2019
0.1.11 630 6/8/2019
0.1.10 646 6/8/2019
0.1.9 647 6/8/2019
0.1.8 671 6/8/2019
0.1.7 651 6/8/2019
0.1.6 625 6/8/2019
0.1.5 644 6/8/2019
0.1.4 654 6/7/2019
0.1.3 625 6/7/2019
0.1.2 608 6/7/2019
0.1.1 627 6/7/2019
0.1.0 651 6/7/2019