Show / Hide Table of Contents

Class MediaStream

The type MediaStream.

Inheritance
System.Object
MediaStream
Inherited Members
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)]
[JsonConverter(typeof(DerivedTypeConverter))]
public class MediaStream

Properties

View Source

AdditionalData

Gets or sets additional data.

Declaration
[JsonExtensionData(ReadData = true)]
public IDictionary<string, object> AdditionalData { get; set; }
Property Value
Type Description
System.Collections.Generic.IDictionary<System.String, System.Object>
View Source

Direction

Gets or sets direction.

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

Label

Gets or sets label.

Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "label", Required = Required.Default)]
public string Label { get; set; }
Property Value
Type Description
System.String
View Source

MediaType

Gets or sets mediaType.

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

ServerMuted

Gets or sets serverMuted.

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

SourceId

Gets or sets sourceId.

Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "sourceId", Required = Required.Default)]
public string SourceId { get; set; }
Property Value
Type Description
System.String
  • View Source
Back to top Generated by DocFX