Skip to content

Commit

Permalink
Finalize 0.0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
olokobayusuf committed Aug 7, 2024
1 parent 85d00b7 commit 4e25401
Show file tree
Hide file tree
Showing 46 changed files with 51 additions and 54 deletions.
2 changes: 1 addition & 1 deletion Assets/Scripts/Oscillate.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* VideoKit
* Copyright © 2023 NatML Inc. All Rights Reserved.
* Copyright © 2024 Yusuf Olokoba. All Rights Reserved.
*/

namespace VideoKit.Tests.Behaviours {
Expand Down
2 changes: 1 addition & 1 deletion Assets/Tests/Runtime/AudioDeviceEnumerateTest.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* VideoKit
* Copyright © 2024 NatML Inc. All Rights Reserved.
* Copyright © 2024 Yusuf Olokoba. All Rights Reserved.
*/

namespace VideoKit.Tests {
Expand Down
2 changes: 1 addition & 1 deletion Assets/Tests/Runtime/CameraDeviceEnumerateTest.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* VideoKit
* Copyright © 2024 NatML Inc. All Rights Reserved.
* Copyright © 2024 Yusuf Olokoba. All Rights Reserved.
*/

namespace VideoKit.Tests {
Expand Down
2 changes: 1 addition & 1 deletion Assets/Tests/Runtime/HumanTextureTest.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* VideoKit
* Copyright © 2024 NatML Inc. All Rights Reserved.
* Copyright © 2024 Yusuf Olokoba. All Rights Reserved.
*/

namespace VideoKit.Tests {
Expand Down
2 changes: 1 addition & 1 deletion Assets/Tests/Runtime/MediaAssetCaptionToStructureTest.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* VideoKit
* Copyright © 2024 NatML Inc. All Rights Reserved.
* Copyright © 2024 Yusuf Olokoba. All Rights Reserved.
*/

namespace VideoKit.Tests {
Expand Down
2 changes: 1 addition & 1 deletion Assets/Tests/Runtime/MediaAssetFromSpeechPromptTest.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* VideoKit
* Copyright © 2024 NatML Inc. All Rights Reserved.
* Copyright © 2024 Yusuf Olokoba. All Rights Reserved.
*/

namespace VideoKit.Tests {
Expand Down
2 changes: 1 addition & 1 deletion Assets/Tests/Runtime/PixelBufferReadTest.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* VideoKit
* Copyright © 2024 NatML Inc. All Rights Reserved.
* Copyright © 2024 Yusuf Olokoba. All Rights Reserved.
*/

namespace VideoKit.Tests {
Expand Down
2 changes: 1 addition & 1 deletion Assets/Tests/Runtime/RecordTextureDataTest.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* VideoKit
* Copyright © 2024 NatML Inc. All Rights Reserved.
* Copyright © 2024 Yusuf Olokoba. All Rights Reserved.
*/

namespace VideoKit.Tests {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* VideoKit
* Copyright © 2024 NatML Inc. All Rights Reserved.
* Copyright © 2024 Yusuf Olokoba. All Rights Reserved.
*/

namespace VideoKit.Tests {
Expand Down
2 changes: 1 addition & 1 deletion Assets/Tests/Runtime/VideoKitVersionTest.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* VideoKit
* Copyright © 2024 NatML Inc. All rights reserved.
* Copyright © 2024 Yusuf Olokoba. All rights reserved.
*/

namespace VideoKit.Tests {
Expand Down
2 changes: 1 addition & 1 deletion Packages/VideoKit/Editor/Build/AndroidBuildHandler.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* VideoKit
* Copyright © 2024 NatML Inc. All Rights Reserved.
* Copyright © 2024 Yusuf Olokoba. All Rights Reserved.
*/

namespace VideoKit.Editor.Build {
Expand Down
2 changes: 1 addition & 1 deletion Packages/VideoKit/Editor/Build/BuildHandler.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* VideoKit
* Copyright © 2024 NatML Inc. All Rights Reserved.
* Copyright © 2024 Yusuf Olokoba. All Rights Reserved.
*/

namespace VideoKit.Editor.Build {
Expand Down
2 changes: 1 addition & 1 deletion Packages/VideoKit/Editor/Build/WebGLBuildHandler.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* VideoKit
* Copyright © 2024 NatML Inc. All Rights Reserved.
* Copyright © 2024 Yusuf Olokoba. All Rights Reserved.
*/

namespace VideoKit.Editor.Build {
Expand Down
2 changes: 1 addition & 1 deletion Packages/VideoKit/Editor/Build/WindowsBuildHandler.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* VideoKit
* Copyright © 2024 NatML Inc. All Rights Reserved.
* Copyright © 2024 Yusuf Olokoba. All Rights Reserved.
*/

namespace VideoKit.Editor.Build {
Expand Down
2 changes: 1 addition & 1 deletion Packages/VideoKit/Editor/Build/iOSBuildHandler.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* VideoKit
* Copyright © 2024 NatML Inc. All Rights Reserved.
* Copyright © 2024 Yusuf Olokoba. All Rights Reserved.
*/

namespace VideoKit.Editor.Build {
Expand Down
2 changes: 1 addition & 1 deletion Packages/VideoKit/Editor/Build/macoOSBuildHandler.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* VideoKit
* Copyright © 2024 NatML Inc. All Rights Reserved.
* Copyright © 2024 Yusuf Olokoba. All Rights Reserved.
*/

namespace VideoKit.Editor.Build {
Expand Down
6 changes: 3 additions & 3 deletions Packages/VideoKit/Editor/VideoKitInfo.cs
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
/*
* VideoKit
* Copyright © 2024 NatML Inc. All Rights Reserved.
* Copyright © 2024 Yusuf Olokoba. All Rights Reserved.
*/

using System.Reflection;
using UnityEngine;
using VideoKit.Internal;

// Metadata
[assembly: AssemblyCompany(@"NatML Inc")]
[assembly: AssemblyCompany(@"Yusuf Olokoba")]
[assembly: AssemblyTitle(@"VideoKit.Editor")]
[assembly: AssemblyVersion(VideoKitClient.Version)]
[assembly: AssemblyCopyright(@"Copyright © 2024 NatML Inc. All Rights Reserved.")]
[assembly: AssemblyCopyright(@"Copyright © 2024 Yusuf Olokoba. All Rights Reserved.")]
[assembly: AssemblyIsEditorAssembly]
5 changes: 1 addition & 4 deletions Packages/VideoKit/Editor/VideoKitMenu.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* VideoKit
* Copyright © 2024 NatML Inc. All Rights Reserved.
* Copyright © 2024 Yusuf Olokoba. All Rights Reserved.
*/

namespace VideoKit.Editor {
Expand All @@ -26,8 +26,5 @@ private static void Version () { }

[MenuItem(@"VideoKit/Report an Issue", false, BasePriority + 3)]
private static void OpenIssue () => Help.BrowseURL(@"https://github.com/vkt3d/videokit");

[MenuItem(@"VideoKit/Speak to Support", false, BasePriority + 4)]
private static void BookCall () => Help.BrowseURL(@"https://calendly.com/olokobayusuf/natml-support");
}
}
2 changes: 1 addition & 1 deletion Packages/VideoKit/Editor/VideoKitProjectSettings.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* VideoKit
* Copyright © 2024 NatML Inc. All Rights Reserved.
* Copyright © 2024 Yusuf Olokoba. All Rights Reserved.
*/

#nullable enable
Expand Down
2 changes: 1 addition & 1 deletion Packages/VideoKit/Editor/VideoKitRecorderEditor.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* VideoKit
* Copyright © 2024 NatML Inc. All Rights Reserved.
* Copyright © 2024 Yusuf Olokoba. All Rights Reserved.
*/

namespace VideoKit.Editor {
Expand Down
4 changes: 2 additions & 2 deletions Packages/VideoKit/Editor/VideoKitSettingsProvider.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* VideoKit
* Copyright © 2024 NatML Inc. All Rights Reserved.
* Copyright © 2024 Yusuf Olokoba. All Rights Reserved.
*/

namespace VideoKit.Editor {
Expand All @@ -26,7 +26,7 @@ internal static class VideoKitSettingsProvider {
EditorGUILayout.LabelField(@"iOS Settings", EditorStyles.boldLabel);
VideoKitProjectSettings.instance.PhotoLibraryUsageDescription = EditorGUILayout.TextField(@"Photo Library Usage Description", VideoKitProjectSettings.instance.PhotoLibraryUsageDescription);
},
keywords = new HashSet<string>(new[] { @"VideoKit", @"NatML", @"NatCorder", @"NatDevice", @"NatShare", @"Hub" }),
keywords = new HashSet<string>(new[] { @"VideoKit", @"NatCorder", @"NatDevice", @"NatShare" }),
};
}
}
2 changes: 1 addition & 1 deletion Packages/VideoKit/Runtime/AudioBuffer.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* VideoKit
* Copyright © 2024 NatML Inc. All Rights Reserved.
* Copyright © 2024 Yusuf Olokoba. All Rights Reserved.
*/

#nullable enable
Expand Down
2 changes: 1 addition & 1 deletion Packages/VideoKit/Runtime/AudioDevice.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* VideoKit
* Copyright © 2024 NatML Inc. All Rights Reserved.
* Copyright © 2024 Yusuf Olokoba. All Rights Reserved.
*/

#nullable enable
Expand Down
2 changes: 1 addition & 1 deletion Packages/VideoKit/Runtime/CameraDevics.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* VideoKit
* Copyright © 2024 NatML Inc. All Rights Reserved.
* Copyright © 2024 Yusuf Olokoba. All Rights Reserved.
*/

#nullable enable
Expand Down
2 changes: 1 addition & 1 deletion Packages/VideoKit/Runtime/Clocks/FixedClock.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* VideoKit
* Copyright © 2024 NatML Inc. All Rights Reserved.
* Copyright © 2024 Yusuf Olokoba. All Rights Reserved.
*/

#nullable enable
Expand Down
2 changes: 1 addition & 1 deletion Packages/VideoKit/Runtime/Clocks/IClock.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* VideoKit
* Copyright © 2024 NatML Inc. All Rights Reserved.
* Copyright © 2024 Yusuf Olokoba. All Rights Reserved.
*/

#nullable enable
Expand Down
2 changes: 1 addition & 1 deletion Packages/VideoKit/Runtime/Clocks/RealtimeClock.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* VideoKit
* Copyright © 2024 NatML Inc. All Rights Reserved.
* Copyright © 2024 Yusuf Olokoba. All Rights Reserved.
*/

#nullable enable
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* VideoKit
* Copyright © 2024 NatML Inc. All Rights Reserved.
* Copyright © 2024 Yusuf Olokoba. All Rights Reserved.
*/

namespace VideoKit {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* VideoKit
* Copyright © 2024 NatML Inc. All Rights Reserved.
* Copyright © 2024 Yusuf Olokoba. All Rights Reserved.
*/

#nullable enable
Expand Down
2 changes: 1 addition & 1 deletion Packages/VideoKit/Runtime/Components/VideoKitCameraView.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* VideoKit
* Copyright © 2024 NatML Inc. All Rights Reserved.
* Copyright © 2024 Yusuf Olokoba. All Rights Reserved.
*/

namespace VideoKit.UI {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* VideoKit
* Copyright © 2024 NatML Inc. All Rights Reserved.
* Copyright © 2024 Yusuf Olokoba. All Rights Reserved.
*/

namespace VideoKit.UI {
Expand Down
2 changes: 1 addition & 1 deletion Packages/VideoKit/Runtime/Components/VideoKitRecorder.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* VideoKit
* Copyright © 2024 NatML Inc. All Rights Reserved.
* Copyright © 2024 Yusuf Olokoba. All Rights Reserved.
*/

#nullable enable
Expand Down
2 changes: 1 addition & 1 deletion Packages/VideoKit/Runtime/Internal/VideoKit.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* VideoKit
* Copyright © 2024 NatML Inc. All Rights Reserved.
* Copyright © 2024 Yusuf Olokoba. All Rights Reserved.
*/

#nullable enable
Expand Down
2 changes: 1 addition & 1 deletion Packages/VideoKit/Runtime/Internal/VideoKitClient.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* VideoKit
* Copyright © 2024 NatML Inc. All Rights Reserved.
* Copyright © 2024 Yusuf Olokoba. All Rights Reserved.
*/

#nullable enable
Expand Down
2 changes: 1 addition & 1 deletion Packages/VideoKit/Runtime/Internal/VideoKitEvents.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* VideoKit
* Copyright © 2024 NatML Inc. All Rights Reserved.
* Copyright © 2024 Yusuf Olokoba. All Rights Reserved.
*/

#nullable enable
Expand Down
6 changes: 3 additions & 3 deletions Packages/VideoKit/Runtime/Internal/VideoKitInfo.cs
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
/*
* VideoKit
* Copyright © 2024 NatML Inc. All Rights Reserved.
* Copyright © 2024 Yusuf Olokoba. All Rights Reserved.
*/

using System.Reflection;
using System.Runtime.CompilerServices;
using VideoKit.Internal;

// Metadata
[assembly: AssemblyCompany(@"NatML Inc")]
[assembly: AssemblyCompany(@"Yusuf Olokoba")]
[assembly: AssemblyTitle(@"VideoKit")]
[assembly: AssemblyVersion(VideoKitClient.Version)]
[assembly: AssemblyCopyright(@"Copyright © 2024 NatML Inc. All Rights Reserved.")]
[assembly: AssemblyCopyright(@"Copyright © 2024 Yusuf Olokoba. All Rights Reserved.")]

// Friends
[assembly: InternalsVisibleTo(@"VideoKit.Editor")]
Expand Down
2 changes: 1 addition & 1 deletion Packages/VideoKit/Runtime/MediaAsset.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* VideoKit
* Copyright © 2024 NatML Inc. All Rights Reserved.
* Copyright © 2024 Yusuf Olokoba. All Rights Reserved.
*/

#nullable enable
Expand Down
2 changes: 1 addition & 1 deletion Packages/VideoKit/Runtime/MediaDevice.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* VideoKit
* Copyright © 2024 NatML Inc. All Rights Reserved.
* Copyright © 2024 Yusuf Olokoba. All Rights Reserved.
*/

#nullable enable
Expand Down
2 changes: 1 addition & 1 deletion Packages/VideoKit/Runtime/MediaRecorder.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* VideoKit
* Copyright © 2024 NatML Inc. All Rights Reserved.
* Copyright © 2024 Yusuf Olokoba. All Rights Reserved.
*/

#nullable enable
Expand Down
2 changes: 1 addition & 1 deletion Packages/VideoKit/Runtime/PixelBuffer.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* VideoKit
* Copyright © 2024 NatML Inc. All Rights Reserved.
* Copyright © 2024 Yusuf Olokoba. All Rights Reserved.
*/

#nullable enable
Expand Down
2 changes: 1 addition & 1 deletion Packages/VideoKit/Runtime/Sources/AudioComponentSource.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* VideoKit
* Copyright © 2024 NatML Inc. All Rights Reserved.
* Copyright © 2024 Yusuf Olokoba. All Rights Reserved.
*/

#nullable enable
Expand Down
2 changes: 1 addition & 1 deletion Packages/VideoKit/Runtime/Sources/AudioManagerSource.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* VideoKit
* Copyright © 2024 NatML Inc. All Rights Reserved.
* Copyright © 2024 Yusuf Olokoba. All Rights Reserved.
*/

#nullable enable
Expand Down
2 changes: 1 addition & 1 deletion Packages/VideoKit/Runtime/Sources/CameraManagerSource.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* VideoKit
* Copyright © 2024 NatML Inc. All Rights Reserved.
* Copyright © 2024 Yusuf Olokoba. All Rights Reserved.
*/

#nullable enable
Expand Down
2 changes: 1 addition & 1 deletion Packages/VideoKit/Runtime/Sources/CameraSource.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* VideoKit
* Copyright © 2024 NatML Inc. All Rights Reserved.
* Copyright © 2024 Yusuf Olokoba. All Rights Reserved.
*/

#nullable enable
Expand Down
Loading

0 comments on commit 4e25401

Please sign in to comment.