LiveEventInputProtocol Structure
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Définit des valeurs pour LiveEventInputProtocol.
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.LiveEventInputProtocolConverter))]
public struct LiveEventInputProtocol : IEquatable<Microsoft.Azure.Management.Media.Models.LiveEventInputProtocol>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.LiveEventInputProtocolConverter))>]
type LiveEventInputProtocol = struct
Public Structure LiveEventInputProtocol
Implements IEquatable(Of LiveEventInputProtocol)
- Héritage
-
LiveEventInputProtocol
- Attributs
-
Newtonsoft.Json.JsonConverterAttribute
- Implémente
Champs
FragmentedMP4 |
L’entrée Smooth Streaming sera envoyée par l’encodeur de contribution à l’événement en direct. |
RTMP |
L’entrée RTMP sera envoyée par l’encodeur de contribution à l’événement en direct. |
Méthodes
Equals(LiveEventInputProtocol) |
Compare les énumérations de type LiveEventInputProtocol |
Equals(Object) |
Remplace l’opérateur Equals pour LiveEventInputProtocol |
GetHashCode() |
Retourne pour hashCode LiveEventInputProtocol |
ToString() |
Renvoie une représentation sous forme de chaîne pour LiveEventInputProtocol |
Opérateurs
Equality(LiveEventInputProtocol, LiveEventInputProtocol) |
Substitution de l’opérateur == pour l’énumération LiveEventInputProtocol |
Implicit(LiveEventInputProtocol to String) |
Opérateur implicite pour convertir LiveEventInputProtocol en chaîne |
Implicit(String to LiveEventInputProtocol) |
Opérateur implicite pour convertir une chaîne en LiveEventInputProtocol |
Inequality(LiveEventInputProtocol, LiveEventInputProtocol) |
Substitution de l’opérateur != pour l’énumération LiveEventInputProtocol |
S’applique à
Azure SDK for .NET