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 SourceAdditionalData
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> |
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> |
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 |
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> |
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> |
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 |