Package io.agora.rtc2

Class RecorderStreamInfo

java.lang.Object
io.agora.rtc2.RecorderStreamInfo

public class RecorderStreamInfo extends Object
The information about recorded media streams.
  • Field Details

    • uid

      public int uid
      The user ID. A 32-bit unsigned integer with a value ranging from 1 to (2^32-1)
    • channelId

      public String channelId
      The channel ID of the audio/video stream needs to be recorded. The string length must be less than 64 bytes. Supported character scopes are: - All lowercase English letters: a to z. - All uppercase English letters: A to Z. - All numeric characters: 0 to 9. - The space character. - Punctuation characters and other symbols, including: "!", "#", "$", "%", "&", "(", ")", "+", "-", ":", ";", "<", "=", ".", ">", "?", "@", "[", "]", "^", "_", " {", "}", "|", "~", ",".
    • recorderStreamType

      public int recorderStreamType
      the recorderStreamType , now we support: 0 the stream in (rtc)channel 1 the stream out channel
  • Constructor Details

    • RecorderStreamInfo

      public RecorderStreamInfo()
    • RecorderStreamInfo

      public RecorderStreamInfo(String channelId, int uid, int recorderStreamType)
  • Method Details