Class MediaStream

java.lang.Object
com.microsoft.graph.models.MediaStream
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class MediaStream extends Object implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Media Stream.
  • Field Details

    • oDataType

      @SerializedName("@odata.type") @Expose @Nullable public String oDataType
      the OData type of the object as returned by the service
    • direction

      @SerializedName(value="direction", alternate="Direction") @Expose @Nullable public MediaDirection direction
      The Direction. The direction. The possible values are inactive, sendOnly, receiveOnly, sendReceive.
    • label

      @SerializedName(value="label", alternate="Label") @Expose @Nullable public String label
      The Label. The media stream label.
    • mediaType

      @SerializedName(value="mediaType", alternate="MediaType") @Expose @Nullable public Modality mediaType
      The Media Type. The media type. The possible value are unknown, audio, video, videoBasedScreenSharing, data.
    • serverMuted

      @SerializedName(value="serverMuted", alternate="ServerMuted") @Expose @Nullable public Boolean serverMuted
      The Server Muted. If the media is muted by the server.
    • sourceId

      @SerializedName(value="sourceId", alternate="SourceId") @Expose @Nullable public String sourceId
      The Source Id. The source ID.
  • Constructor Details

    • MediaStream

      public MediaStream()
  • Method Details

    • additionalDataManager

      @Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()
      Specified by:
      additionalDataManager in interface com.microsoft.graph.serializer.IJsonBackedObject
    • setRawObject

      public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
      Sets the raw JSON object
      Specified by:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to