Video

object Video : FileTopic

Receive video file via FileTopic The video data includes all metadata which also allows to restore the original file name, i.e., ID of the video: falke_YYYYMMDD-HHmmss.mpg

Properties

Link copied to clipboard

Specifies the path of the "in" topic for the SDK communication within the FileApi (Outside -> Inside).

Link copied to clipboard
Link copied to clipboard

Specifies the path of the "out" topic for the SDK communication within the FileApi (Inside -> Outside).

Link copied to clipboard

Functions

Link copied to clipboard
override fun deserialize(byteArray: ByteArray): Nothing

De-Serializes the given byteArray into the type T.

Link copied to clipboard
override fun serialize(item: Nothing): ByteArray

Serializes the given item into a ByteArray to be transmitted over the air.

Link copied to clipboard
open override fun toString(): String