示例#1
0
 public getMediaURIRequest(credentials credentials, string id, mediaUriAction action, int secondsSinceExplicit)
 {
     this.credentials = credentials;
     this.id = id;
     this.action = action;
     this.secondsSinceExplicit = secondsSinceExplicit;
 }
示例#2
0
 public getMediaURIRequest(credentials credentials, string id, mediaUriAction action, int secondsSinceExplicit)
 {
     this.credentials          = credentials;
     this.id                   = id;
     this.action               = action;
     this.secondsSinceExplicit = secondsSinceExplicit;
 }
示例#3
0
 public getMetadataRequest(credentials credentials, string id, int index, int count, bool recursive)
 {
     this.credentials = credentials;
     this.id          = id;
     this.index       = index;
     this.count       = count;
     this.recursive   = recursive;
 }
示例#4
0
 public searchRequest(credentials credentials, string id, string term, int index, int count)
 {
     this.credentials = credentials;
     this.id = id;
     this.term = term;
     this.index = index;
     this.count = count;
 }
示例#5
0
 public getMetadataRequest(credentials credentials, string id, int index, int count, bool recursive)
 {
     this.credentials = credentials;
     this.id = id;
     this.index = index;
     this.count = count;
     this.recursive = recursive;
 }
示例#6
0
 public searchRequest(credentials credentials, string id, string term, int index, int count)
 {
     this.credentials = credentials;
     this.id          = id;
     this.term        = term;
     this.index       = index;
     this.count       = count;
 }
 public getMediaMetadataRequest(credentials credentials, string id)
 {
     this.credentials = credentials;
     this.id          = id;
 }
 public getExtendedMetadataRequest(credentials credentials, string id)
 {
     this.credentials = credentials;
     this.id          = id;
 }
 public getExtendedMetadataRequest(credentials credentials, string id)
 {
     this.credentials = credentials;
     this.id = id;
 }
示例#10
0
 public getLastUpdateRequest(credentials credentials)
 {
     this.credentials = credentials;
 }
示例#11
0
 public getExtendedMetadataTextRequest(credentials credentials, string id, string type)
 {
     this.credentials = credentials;
     this.id          = id;
     this.type        = type;
 }
 public getMediaMetadataRequest(credentials credentials, string id)
 {
     this.credentials = credentials;
     this.id = id;
 }
 public getExtendedMetadataTextRequest(credentials credentials, string id, string type)
 {
     this.credentials = credentials;
     this.id = id;
     this.type = type;
 }
示例#14
0
 public getLastUpdateRequest(credentials credentials)
 {
     this.credentials = credentials;
 }