SrtStreamClient  
    class SrtStreamClient(srtClient: SrtClient, streamClientListener: StreamClientListener?) : StreamBaseClient
Created by pedro on 12/10/23.
Functions
Link copied to clipboard
                  Link copied to clipboard
                  Get the exponential factor used to calculate the bitrate. Default 1f
Link copied to clipboard
                  Link copied to clipboard
                  Link copied to clipboard
                  Link copied to clipboard
                  Link copied to clipboard
                  Link copied to clipboard
                  Packets lost reported by NAK command. Increment each time a NAK is received.
Link copied to clipboard
                  Link copied to clipboard
                  Link copied to clipboard
                  Link copied to clipboard
                  Link copied to clipboard
                  Link copied to clipboard
                  Link copied to clipboard
                  Link copied to clipboard
                  Link copied to clipboard
                  Link copied to clipboard
                  Retries to connect with the given delay. You can pass an optional backupUrl if you'd like to connect to your backup server instead of the original one. Given backupUrl replaces the original one.
Link copied to clipboard
                  Link copied to clipboard
                  Link copied to clipboard
                  Link copied to clipboard
                  Set latency in micro. By default 120_000.
Link copied to clipboard
                  Set a custom Mpeg2TsService with specified parameters Must be called before connecting to the server
Link copied to clipboard
                  Link copied to clipboard
                  Link copied to clipboard
                  Set passphrase for encrypt. Use empty value to disable it.
Link copied to clipboard
                  Link copied to clipboard
                  Set timeout ms for connection, write and read in sockets by default 5000ms
Link copied to clipboard
                  Set if you want use java.io or ktor socket