BitmovinApiSdk\Models\RtmpUserIngestInfo
Synopsis
class RtmpUserIngestInfo
extends ApiResource
{
- // members
- public string $address;
- public string $app;
- public string $streamKey;
- public string $flashVersion;
- public string $clientId;
- public string $eventType;
- // methods
- public void __construct()
- public $this address()
- public $this app()
- public $this streamKey()
- public $this flashVersion()
- public $this clientId()
- public $this eventType()
- // Inherited methods from ApiResource
- public void __construct()
- public static $this create()
- public void toArray()
Hierarchy
Members
public
- $address — string
- $app — string
- $clientId — string
- $eventType — string
- $flashVersion — string
- $streamKey — string
Methods
public
- __construct()
- address() — Client public IP address.
- app() — RTMP application name.
- clientId() — Session/client connection ID.
- eventType() — Server action.
- flashVersion() — Flash version string / encoder identity.
- streamKey() — Client stream key.