메소드 | 설명 | |
---|---|---|
AvTransportService ( string serviceType, |
Initializes a new instanceId of the AvTransportService class.
|
|
AvTransportService ( string serviceType, |
Initializes a new instanceId of the AvTransportService class.
|
|
GetMediaInfoAsync ( uint instanceId ) : Task |
Returns information associated with the current media of the specified instance.
|
|
GetPositionInfoAsync ( uint instanceId ) : Task |
Returns information associated with the current position of the transport of the specified instance.
|
|
GetTransportInfoAsync ( uint instanceId ) : Task |
Returns information associated with the current transport state of the specified instance.
|
|
PauseAsync ( uint instanceId ) : System.Threading.Tasks.Task |
Halts the progression of the resource that is associated with the specified instance.
|
|
PlayAsync ( uint instanceId, string speed ) : System.Threading.Tasks.Task |
Starts playing the resource of the specified instanceId, at the specified speed, starting at the current position, according to the current play mode.
|
|
SetAvTransportURIAsync ( uint instanceId, string currentUri, string currentUriMetadata ) : System.Threading.Tasks.Task |
Specifies the URI of the resource to be controlled by the specified AVTransport instance.
|
|
SetNextAvTransportURIAsync ( uint instanceId, string nextUri, string nextUriMetadata ) : System.Threading.Tasks.Task |
Specifies the URI of the resource to be controlled when the playback of the current resource (set earlier via SetAvTransportURIAsync) finishes.
|
|
StopAsync ( uint instanceId ) : System.Threading.Tasks.Task |
Stops the progression of the current resource that is associated with the specified instance.
|
public AvTransportService ( string serviceType, |
||
serviceType | string | /// A type of the service. /// |
controlUri | /// An URL for sending commands to the service. /// | |
eventsUri | /// An URL for subscrinbing to service's events. /// | |
리턴 | SV.UPnPLite.Extensions |
public AvTransportService ( string serviceType, |
||
serviceType | string | /// A type of the service. /// |
controlUri | /// An URL for sending commands to the service. /// | |
eventsUri | /// An URL for subscrinbing to service's events. /// | |
logManager | ILogManager |
/// The |
리턴 | SV.UPnPLite.Extensions |
public GetMediaInfoAsync ( uint instanceId ) : Task |
||
instanceId | uint | /// Identifies the virtual instanceId of the AVTransport service to which the action applies. /// |
리턴 | Task |
public GetPositionInfoAsync ( uint instanceId ) : Task |
||
instanceId | uint | /// Identifies the virtual instanceId of the AVTransport service to which the action applies. /// |
리턴 | Task |
public GetTransportInfoAsync ( uint instanceId ) : Task |
||
instanceId | uint | /// Identifies the virtual instanceId of the AVTransport service to which the action applies. /// |
리턴 | Task |
public PauseAsync ( uint instanceId ) : System.Threading.Tasks.Task | ||
instanceId | uint | /// Identifies the virtual instanceId of the AVTransport service to which the action applies. /// |
리턴 | System.Threading.Tasks.Task |
public PlayAsync ( uint instanceId, string speed ) : System.Threading.Tasks.Task | ||
instanceId | uint | /// Identifies the virtual instanceId of the AVTransport service to which the action applies. /// |
speed | string | /// Indicates the speed relative to normal speed. Example values are ‘1’, ‘1/2’, ‘2’, ‘-1’, ‘1/10’, etc. /// |
리턴 | System.Threading.Tasks.Task |
public SetAvTransportURIAsync ( uint instanceId, string currentUri, string currentUriMetadata ) : System.Threading.Tasks.Task | ||
instanceId | uint | /// Identifies the virtual instanceId of the AVTransport service to which the action applies. /// |
currentUri | string | /// The URI to the resource to control. /// |
currentUriMetadata | string |
/// The metadata, in the form of a DIDL-Lite XML fragment, associated with the resource pointed by |
리턴 | System.Threading.Tasks.Task |
public SetNextAvTransportURIAsync ( uint instanceId, string nextUri, string nextUriMetadata ) : System.Threading.Tasks.Task | ||
instanceId | uint | /// Identifies the virtual instanceId of the AVTransport service to which the action applies. /// |
nextUri | string | /// The URI to the next resource to control. /// |
nextUriMetadata | string |
/// The metadata, in the form of a DIDL-Lite XML fragment, associated with the resource pointed by |
리턴 | System.Threading.Tasks.Task |
public StopAsync ( uint instanceId ) : System.Threading.Tasks.Task | ||
instanceId | uint | /// Identifies the virtual instanceId of the AVTransport service to which the action applies. /// |
리턴 | System.Threading.Tasks.Task |