diff --git a/app/build.gradle b/app/build.gradle index c7296d897..a1ac756a6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.android.application' apply plugin: 'kotlin-android' android { - compileSdkVersion 32 + compileSdkVersion 33 compileOptions { sourceCompatibility JavaVersion.VERSION_1_8 @@ -21,7 +21,7 @@ android { defaultConfig { applicationId "com.haishinkit.app" minSdkVersion 21 - targetSdkVersion 32 + targetSdkVersion 33 versionCode 1 versionName "1.0" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" diff --git a/build.gradle b/build.gradle index 9472998da..9dd2c3199 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ apply plugin: 'org.jetbrains.dokka' buildscript { ext.kotlin_version = '1.7.10' ext.library_group = 'com.haishinkit' - ext.version_name = "0.10.0" + ext.version_name = "0.10.1" repositories { mavenCentral() diff --git a/docs/haishinkit/com.haishinkit.amf.data/-as-array/-as-array.html b/docs/haishinkit/com.haishinkit.amf.data/-as-array/-as-array.html index aecc134c4..997278652 100644 --- a/docs/haishinkit/com.haishinkit.amf.data/-as-array/-as-array.html +++ b/docs/haishinkit/com.haishinkit.amf.data/-as-array/-as-array.html @@ -3,8 +3,7 @@ AsArray - - + + + + + + + + + + + + + +
+
+
+
+
+
+ +
+

drawable

+
+
var drawable: NetStreamDrawable? = null
+
+ +
+
+ + + diff --git a/docs/haishinkit/com.haishinkit.net/-net-stream/index.html b/docs/haishinkit/com.haishinkit.net/-net-stream/index.html index ed08445b3..e609134e6 100644 --- a/docs/haishinkit/com.haishinkit.net/-net-stream/index.html +++ b/docs/haishinkit/com.haishinkit.net/-net-stream/index.html @@ -3,8 +3,7 @@ NetStream - - + + + + + + + + + + + + + +
+
+
+
+
+
+ +
+

attachStream

+
+
abstract fun attachStream(stream: NetStream?)

Attaches a video stream to the view.

+
+ +
+
+ + + diff --git a/docs/haishinkit/com.haishinkit.view/-net-stream-drawable/create-input-surface.html b/docs/haishinkit/com.haishinkit.view/-net-stream-drawable/create-input-surface.html new file mode 100644 index 000000000..f56ba3b7f --- /dev/null +++ b/docs/haishinkit/com.haishinkit.view/-net-stream-drawable/create-input-surface.html @@ -0,0 +1,54 @@ + + + + + createInputSurface + + + + + + + + + + + + + + +
+
+
+
+
+
+ +
+

createInputSurface

+
+
abstract fun createInputSurface(    width: Int,     height: Int,     format: Int,     lambda: (surface: Surface) -> Unit)
+
+ +
+
+ + + diff --git a/docs/haishinkit/com.haishinkit.view/-net-stream-drawable/dispose.html b/docs/haishinkit/com.haishinkit.view/-net-stream-drawable/dispose.html new file mode 100644 index 000000000..01aa0305f --- /dev/null +++ b/docs/haishinkit/com.haishinkit.view/-net-stream-drawable/dispose.html @@ -0,0 +1,54 @@ + + + + + dispose + + + + + + + + + + + + + + +
+
+
+
+
+
+ +
+

dispose

+
+
abstract fun dispose()

Disposes the view for a memory management.

+
+ +
+
+ + + diff --git a/docs/haishinkit/com.haishinkit.view/-net-stream-drawable/frame-rate.html b/docs/haishinkit/com.haishinkit.view/-net-stream-drawable/frame-rate.html new file mode 100644 index 000000000..723ad7ca9 --- /dev/null +++ b/docs/haishinkit/com.haishinkit.view/-net-stream-drawable/frame-rate.html @@ -0,0 +1,54 @@ + + + + + frameRate + + + + + + + + + + + + + + +
+
+
+
+
+
+ +
+

frameRate

+
+
abstract var frameRate: Int

Specifies the frameRate for an output source in frames/sec.

+
+ +
+
+ + + diff --git a/docs/haishinkit/com.haishinkit.view/-net-stream-drawable/image-orientation.html b/docs/haishinkit/com.haishinkit.view/-net-stream-drawable/image-orientation.html new file mode 100644 index 000000000..11a3c1980 --- /dev/null +++ b/docs/haishinkit/com.haishinkit.view/-net-stream-drawable/image-orientation.html @@ -0,0 +1,54 @@ + + + + + imageOrientation + + + + + + + + + + + + + + +
+
+
+
+
+
+ +
+

imageOrientation

+
+
abstract var imageOrientation: ImageOrientation

Specifies the imageOrientation that describe the image orientation.

+
+ +
+
+ + + diff --git a/docs/haishinkit/com.haishinkit.view/-net-stream-drawable/index.html b/docs/haishinkit/com.haishinkit.view/-net-stream-drawable/index.html new file mode 100644 index 000000000..ce4b48978 --- /dev/null +++ b/docs/haishinkit/com.haishinkit.view/-net-stream-drawable/index.html @@ -0,0 +1,222 @@ + + + + + NetStreamDrawable + + + + + + + + + + + + + + +
+
+
+
+
+
+ +
+

NetStreamDrawable

+
interface NetStreamDrawable
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
abstract fun attachStream(stream: NetStream?)

Attaches a video stream to the view.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
abstract fun createInputSurface(    width: Int,     height: Int,     format: Int,     lambda: (surface: Surface) -> Unit)
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
abstract fun dispose()

Disposes the view for a memory management.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
abstract fun readPixels(lambda: (bitmap: Bitmap?) -> Unit)

Reads the pixels of a displayed image.

+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
abstract var frameRate: Int

Specifies the frameRate for an output source in frames/sec.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
abstract var imageOrientation: ImageOrientation

Specifies the imageOrientation that describe the image orientation.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
abstract var isRotatesWithContent: Boolean

Specifies whether displayed images rotates(true), or not(false).

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
abstract var videoEffect: VideoEffect

Specifies the videoEffect such as a monochrome, a sepia.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
abstract var videoGravity: VideoGravity

Specifies the videoGravity how the displays the visual content.

+
+
+
+
+
+

Inheritors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
+
+
+
+
+ +
+
+ + + diff --git a/docs/haishinkit/com.haishinkit.view/-net-stream-drawable/is-rotates-with-content.html b/docs/haishinkit/com.haishinkit.view/-net-stream-drawable/is-rotates-with-content.html new file mode 100644 index 000000000..f0a2a673b --- /dev/null +++ b/docs/haishinkit/com.haishinkit.view/-net-stream-drawable/is-rotates-with-content.html @@ -0,0 +1,54 @@ + + + + + isRotatesWithContent + + + + + + + + + + + + + + +
+
+
+
+
+
+ +
+

isRotatesWithContent

+
+
abstract var isRotatesWithContent: Boolean

Specifies whether displayed images rotates(true), or not(false).

+
+ +
+
+ + + diff --git a/docs/haishinkit/com.haishinkit.view/-net-stream-drawable/read-pixels.html b/docs/haishinkit/com.haishinkit.view/-net-stream-drawable/read-pixels.html new file mode 100644 index 000000000..f50643f70 --- /dev/null +++ b/docs/haishinkit/com.haishinkit.view/-net-stream-drawable/read-pixels.html @@ -0,0 +1,54 @@ + + + + + readPixels + + + + + + + + + + + + + + +
+
+
+
+
+
+ +
+

readPixels

+
+
abstract fun readPixels(lambda: (bitmap: Bitmap?) -> Unit)

Reads the pixels of a displayed image.

+
+ +
+
+ + + diff --git a/docs/haishinkit/com.haishinkit.view/-net-stream-drawable/video-effect.html b/docs/haishinkit/com.haishinkit.view/-net-stream-drawable/video-effect.html new file mode 100644 index 000000000..8dd65cb76 --- /dev/null +++ b/docs/haishinkit/com.haishinkit.view/-net-stream-drawable/video-effect.html @@ -0,0 +1,54 @@ + + + + + videoEffect + + + + + + + + + + + + + + +
+
+
+
+
+
+ +
+

videoEffect

+
+
abstract var videoEffect: VideoEffect

Specifies the videoEffect such as a monochrome, a sepia.

+
+ +
+
+ + + diff --git a/docs/haishinkit/com.haishinkit.view/-net-stream-drawable/video-gravity.html b/docs/haishinkit/com.haishinkit.view/-net-stream-drawable/video-gravity.html new file mode 100644 index 000000000..76763d9eb --- /dev/null +++ b/docs/haishinkit/com.haishinkit.view/-net-stream-drawable/video-gravity.html @@ -0,0 +1,54 @@ + + + + + videoGravity + + + + + + + + + + + + + + +
+
+
+
+
+
+ +
+

videoGravity

+
+
abstract var videoGravity: VideoGravity

Specifies the videoGravity how the displays the visual content.

+
+ +
+
+ + + diff --git a/docs/haishinkit/com.haishinkit.view/index.html b/docs/haishinkit/com.haishinkit.view/index.html index 097e8ee7c..093b16bc1 100644 --- a/docs/haishinkit/com.haishinkit.view/index.html +++ b/docs/haishinkit/com.haishinkit.view/index.html @@ -3,8 +3,7 @@ com.haishinkit.view - -