C# 클래스 Kazyx.RemoteApi.AvContent.AvContentApiClient

상속: ApiClient
파일 보기 프로젝트 열기: kazyx/kz-remote-api

공개 메소드들

메소드 설명
AvContentApiClient ( Uri endpoint ) : System

DeleteContentAsync ( TargetContents contents ) : Task
GetContentCountAsync ( CountingTarget target ) : Task
GetContentListAsync ( ContentListTarget target ) : Task>
GetSchemeListAsync ( ) : Task>
GetSourceListAsync ( UriScheme scheme ) : Task>
PauseStreamingAsync ( ) : Task
RequestToNotifyStreamingStatusAsync ( LongPollingFlag flag, CancellationTokenSource cancel = null ) : Task
SeekStreamingPositionAsync ( PlaybackPosition position ) : Task
SetStreamingContentAsync ( PlaybackContent content ) : Task
StartStreamingAsync ( ) : Task
StopStreamingAsync ( ) : Task

메소드 상세

AvContentApiClient() 공개 메소드

public AvContentApiClient ( Uri endpoint ) : System
endpoint System.Uri Endpoint URL of avContent service.
리턴 System

DeleteContentAsync() 공개 메소드

public DeleteContentAsync ( TargetContents contents ) : Task
contents TargetContents
리턴 Task

GetContentCountAsync() 공개 메소드

public GetContentCountAsync ( CountingTarget target ) : Task
target CountingTarget
리턴 Task

GetContentListAsync() 공개 메소드

public GetContentListAsync ( ContentListTarget target ) : Task>
target ContentListTarget
리턴 Task>

GetSchemeListAsync() 공개 메소드

public GetSchemeListAsync ( ) : Task>
리턴 Task>

GetSourceListAsync() 공개 메소드

public GetSourceListAsync ( UriScheme scheme ) : Task>
scheme UriScheme
리턴 Task>

PauseStreamingAsync() 공개 메소드

public PauseStreamingAsync ( ) : Task
리턴 Task

RequestToNotifyStreamingStatusAsync() 공개 메소드

public RequestToNotifyStreamingStatusAsync ( LongPollingFlag flag, CancellationTokenSource cancel = null ) : Task
flag LongPollingFlag
cancel System.Threading.CancellationTokenSource
리턴 Task

SeekStreamingPositionAsync() 공개 메소드

public SeekStreamingPositionAsync ( PlaybackPosition position ) : Task
position PlaybackPosition
리턴 Task

SetStreamingContentAsync() 공개 메소드

public SetStreamingContentAsync ( PlaybackContent content ) : Task
content PlaybackContent
리턴 Task

StartStreamingAsync() 공개 메소드

public StartStreamingAsync ( ) : Task
리턴 Task

StopStreamingAsync() 공개 메소드

public StopStreamingAsync ( ) : Task
리턴 Task