public interface RtmpPushOutputEndpointOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getStreamKey()
public abstract String getStreamKey()Required. Stream key for RTMP protocol.
string stream_key = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The streamKey. |
getStreamKeyBytes()
public abstract ByteString getStreamKeyBytes()Required. Stream key for RTMP protocol.
string stream_key = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for streamKey. |
getUri()
public abstract String getUri() Required. The full URI of the remote RTMP server. For example:
rtmp://192.168.123.321/live/my-stream or rtmp://somedomain.com/someapp.
string uri = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The uri. |
getUriBytes()
public abstract ByteString getUriBytes() Required. The full URI of the remote RTMP server. For example:
rtmp://192.168.123.321/live/my-stream or rtmp://somedomain.com/someapp.
string uri = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for uri. |