Class SrtInput
SrtInput
Inherited Members
Namespace: Bitmovin.Api.Sdk.Models
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class SrtInput : Input
Properties
BackupSrtInputs
BackupSrtInputs
Declaration
public BackupSrtInputs BackupSrtInputs { get; set; }
Property Value
Type | Description |
---|---|
BackupSrtInputs |
Host
The name or IP of the host providing the SRT stream (only used in CALLER mode)
Declaration
public string Host { get; set; }
Property Value
Type | Description |
---|---|
System.String |
KeyLength
The type of AES encryption determines the length of the key (passphrase). AES-128 uses a 16-character (128-bit) passphrase, and AES-256 uses a 32-character (256-bit) passphrase.
Declaration
public int? KeyLength { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Latency
The maximum accepted transmission latency in milliseconds (when both parties set different values, the maximum of the two is used for both)
Declaration
public int? Latency { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Mode
The SRT mode to use (required)
Declaration
public SrtMode? Mode { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<SrtMode> |
Passphrase
The passphrase used to secure the SRT stream. For AES-128 encryption, you must enter a 16-character passphrase; for AES-256, you must enter a 32-character passphrase
Declaration
public string Passphrase { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Path
The path parameter of the SRT stream
Declaration
public string Path { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Port
The port to connect to or listen on. Has to be one of [2088, 2089, 2090, 2091] when using LISTENER mode. (required)
Declaration
public int? Port { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |