Class PlaybackInfoResponse
Inheritance
System.Object
PlaybackInfoResponse
Namespace: MediaBrowser.Model.MediaInfo
Assembly: MediaBrowser.Model.dll
Syntax
public class PlaybackInfoResponse
Properties
ErrorCode
Gets or sets the error code.
Declaration
public PlaybackErrorCode? ErrorCode { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<PlaybackErrorCode> | The error code. |
MediaSources
Gets or sets the media sources.
Declaration
public MediaSourceInfo[] MediaSources { get; set; }
Property Value
Type | Description |
---|---|
MediaSourceInfo[] | The media sources. |
PlaySessionId
Gets or sets the play session identifier.
Declaration
public string PlaySessionId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The play session identifier. |