SetStreamPassphrase Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Set the passphrase used for SRT streams
[System.ComponentModel.TypeConverter(typeof(ADT.Models.SetStreamPassphraseTypeConverter))]
public class SetStreamPassphrase : ADT.Models.ISetStreamPassphrase
[<System.ComponentModel.TypeConverter(typeof(ADT.Models.SetStreamPassphraseTypeConverter))>]
type SetStreamPassphrase = class
interface ISetStreamPassphrase
interface IJsonSerializable
Public Class SetStreamPassphrase
Implements ISetStreamPassphrase
- Inheritance
-
SetStreamPassphrase
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| SetStreamPassphrase() |
Creates an new SetStreamPassphrase instance. |
Properties
| Name | Description |
|---|---|
| Value |
The passphrase used for SRT streams |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of SetStreamPassphrase. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of SetStreamPassphrase. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of ADT.Models.ISetStreamPassphrase. |
| FromJsonString(String) |
Creates a new instance of SetStreamPassphrase, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of SetStreamPassphrase into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |