# StreamInputDetailsSrt


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**url** | **string** |  | [default to undefined]
**streamId** | **string** |  | [default to undefined]
**passphrase** | **string** |  | [default to undefined]

## Example

```typescript
import { StreamInputDetailsSrt } from '@connectedxm/admin-sdk';

const instance: StreamInputDetailsSrt = {
    url,
    streamId,
    passphrase,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
