groundsdk 7.7.2 API
7.7.2
androidJvm
groundsdk 7.7.2 API
/
com.parrot.drone.groundsdk.stream
/
Stream
Stream
interface
Stream
Base stream interface.
Inheritors
CameraLive
Replay
Members
Types
Sink
Link copied to clipboard
interface
Sink
Base sink interface.
State
Link copied to clipboard
enum
State
Stream state.
Functions
open
Sink
Link copied to clipboard
@
NonNull
abstract
fun
openSink
(
@
NonNull
config
:
Stream.Sink.Config
)
:
Stream.Sink
Opens a sink from this stream.
state
Link copied to clipboard
@
NonNull
abstract
fun
state
(
)
:
Stream.State
Informs about current stream state.