BlazorMedia 0.1.6

There is a newer version of this package available.
See the version list below for details.
dotnet add package BlazorMedia --version 0.1.6                
NuGet\Install-Package BlazorMedia -Version 0.1.6                
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.6" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BlazorMedia --version 0.1.6                
#r "nuget: BlazorMedia, 0.1.6"                
#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.6

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

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,435 11/20/2020
0.4.0.1 400 11/20/2020
0.4.0 395 11/20/2020
0.3.0.12 623 10/26/2020
0.3.0.11 752 8/14/2020
0.3.0.10 494 8/5/2020
0.3.0.9 602 7/12/2020
0.3.0.8 508 7/12/2020
0.3.0.7 585 7/7/2020
0.3.0.6 530 7/5/2020
0.3.0.5 645 6/11/2020
0.3.0.4 473 6/11/2020
0.3.0.3 460 6/10/2020
0.3.0.2 1,891 6/10/2020
0.3.0.1 552 6/10/2020
0.3.0 535 6/10/2020
0.2.333.326 684 3/31/2020
0.2.322.315 532 3/13/2020
0.2.289.282 682 3/10/2020
0.2.212.205 495 3/2/2020
0.2.62.55 586 1/13/2020
0.2.60.53 536 1/13/2020
0.2.57.50 579 1/8/2020
0.2.51.44 722 1/4/2020
0.2.48.41 599 1/2/2020
0.2.40.33 610 1/2/2020
0.2.38.31 629 12/31/2019
0.2.36.29 492 12/31/2019
0.2.35.28 537 12/31/2019
0.2.34.27 519 12/31/2019
0.2.33.26 507 12/31/2019
0.2.31.24 514 12/31/2019
0.2.30.23 529 12/31/2019
0.2.29.22 530 12/31/2019
0.2.28.21 529 12/31/2019
0.2.27.20 542 12/31/2019
0.2.26.19 537 12/31/2019
0.2.25.18 556 12/31/2019
0.2.24.17 535 12/31/2019
0.2.23.16 532 12/31/2019
0.2.22.15 537 12/31/2019
0.2.21.14 548 12/31/2019
0.2.20.13 546 12/31/2019
0.2.19.12 547 12/31/2019
0.2.18.11 591 12/31/2019
0.2.17.10 565 12/31/2019
0.2.16.9 552 12/31/2019
0.2.15.8 557 12/31/2019
0.2.14.6 563 12/31/2019
0.2.12.3 561 12/31/2019
0.2.11.2 570 12/31/2019
0.2.10.1 604 12/31/2019
0.2.9.1 597 12/31/2019
0.2.8.1 626 12/31/2019
0.2.7.1 528 12/31/2019
0.2.6.1 509 12/31/2019
0.2.4.1 523 12/31/2019
0.2.4 535 12/31/2019
0.2.3 537 12/31/2019
0.1.17 608 9/25/2019
0.1.16 348 6/14/2019
0.1.15 329 6/14/2019
0.1.14 329 6/14/2019
0.1.13 333 6/14/2019
0.1.12 327 6/14/2019
0.1.11 643 6/8/2019
0.1.10 659 6/8/2019
0.1.9 660 6/8/2019
0.1.8 684 6/8/2019
0.1.7 664 6/8/2019
0.1.6 638 6/8/2019
0.1.5 657 6/8/2019
0.1.4 669 6/7/2019
0.1.3 640 6/7/2019
0.1.2 623 6/7/2019
0.1.1 642 6/7/2019
0.1.0 666 6/7/2019