StreamData

数据流的数据。

JSON 表示法
{
  "streamId": integer,

  // Union field contents can be only one of the following:
  "data": string,
  "close": {
    object (Close)
  }
  // End of list of possible types for union field contents.
}
字段
streamId

integer

此数据流的唯一 ID,由客户分配。

联合字段 contents。数据流的数据,以字节或“关闭”表示,表示数据流已完成。contents 只能是下列其中一项:
data

string (bytes format)

流中的数据。

使用 base64 编码的字符串。

close

object (Close)

直播即将关闭。EOF。

关闭

此类型没有字段。

表示直播已关闭的消息。