STSStreamingState

enum STSStreamingState {}

The state of the STSStreamingManager.

  • The initial state.

    Declaration

    Objective-C

    STSStreamingStateIdle = 0
  • The STSStreamingManager is in the process of preparing.

    Declaration

    Objective-C

    STSStreamingStatePreparing = 1
  • The STSStreamingManager is ready for streaming. You can start streaming in this state.

    Declaration

    Objective-C

    STSStreamingStatePrepared = 2
  • The STSStreamingManager is connecting to the server, but is not yet connected.

    Declaration

    Objective-C

    STSStreamingStateConnecting = 3
  • The STSStreamingManager is streaming to the server.

    Declaration

    Objective-C

    STSStreamingStateStreaming = 4
  • The STSStreamingManager is in the process of disconnecting.

    Declaration

    Objective-C

    STSStreamingStateDisconnecting = 5