Interface IAimpServiceFileStreaming
Interface IAimpServiceFileStreaming Implements the IAimpService
Inherited Members
Namespace: AIMP.SDK.FileManager
Assembly: AIMP.SDK.dll
Syntax
public interface IAimpServiceFileStreaming : IAimpService
Methods
CreateStreamForFile(String, FileStreamingType, Int64, Int64)
Creates the stream for file.
Declaration
AimpActionResult<IAimpStream> CreateStreamForFile(string fileName, FileStreamingType flags, long offset, long size)
Parameters
Type | Name | Description |
---|---|---|
System.String | fileName | Name of the file. |
FileStreamingType | flags | The flags. |
System.Int64 | offset | The offset. |
System.Int64 | size | The size. |
CreateStreamForFileUri(String)
Creates the stream for file URI.
Declaration
AimpActionResult<CeateStreamResult> CreateStreamForFileUri(string fileUrl)
Parameters
Type | Name | Description |
---|---|---|
System.String | fileUrl | The file URL. |