Package com.parrot.drone.groundsdk.stream

Types

FileReplay
Link copied to clipboard
interface FileReplay : Replay
Local file replay stream control interface.
GsdkStreamView
Link copied to clipboard
open class GsdkStreamView : FrameLayout
Custom android view capable of rendering a Stream.
Overlayer
Link copied to clipboard
interface Overlayer
Allows to overlay custom graphics on top of a stream rendered by a GsdkStreamView.
Replay
Link copied to clipboard
interface Replay : Stream
Base replay stream interface.
Stream
Link copied to clipboard
interface Stream
Base stream interface.
TextureLoader
Link copied to clipboard
abstract class TextureLoader
Allows to bypass default GL texture loading step when rendering a stream using GsdkStreamView.