Show / Hide Table of Contents

Class SubscribeVideoOperation

The type Subscribe Video Operation.

Inheritance
System.Object
Entity
Operation
SubscribeVideoOperation
Inherited Members
Operation.ClientContext
Operation.Status
Operation.ErrorInfo
Entity.Id
Entity.AdditionalData
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Microsoft.Graph
Assembly: Microsoft.Graph.CoreSDK.dll
Syntax
[JsonObject(MemberSerialization = MemberSerialization.OptIn)]
public class SubscribeVideoOperation : Operation

Properties

View Source

Modality

Gets or sets modality.

Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "modality", Required = Required.Default)]
public Modality? Modality { get; set; }
Property Value
Type Description
System.Nullable<Modality>
View Source

SocketId

Gets or sets socket id.

Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "socketId", Required = Required.Default)]
public long? SocketId { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>
View Source

VideoResolution

Gets or sets video resolution.

Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "videoResolution", Required = Required.Default)]
public VideoResolutionFormat? VideoResolution { get; set; }
Property Value
Type Description
System.Nullable<VideoResolutionFormat>
  • View Source
Back to top Generated by DocFX