Package proto.stream.v1
Class Stream
java.lang.Object
proto.stream.v1.Stream
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
A AddStreamRequest requests the given stream be added to the connection.static interface
static final class
AddStreamResponse is returned after a successful AddStreamRequest.static interface
static final class
GetStreamOptionsRequest requests the options for a particular stream.static interface
static final class
GetStreamOptionsResponse details the options for a particular stream.static interface
static final class
ListStreamsRequest requests all streams registered.static interface
static final class
A ListStreamsResponse details streams registered.static interface
static final class
A RemoveStreamRequest requests the given stream be removed from the connection.static interface
static final class
RemoveStreamResponse is returned after a successful RemoveStreamRequest.static interface
static final class
Resolution details the width and height of a stream.static interface
static final class
SetStreamOptionsRequest sets the options for a particular stream.static interface
static final class
SetStreamOptionsResponse is returned after a successful SetStreamOptionsRequest.static interface
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
registerAllExtensions
(com.google.protobuf.ExtensionRegistryLite registry)
-
Method Details
-
registerAllExtensions
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
-