Interface IAimpFileSystemCommandStreaming
Interface IAimpFileSystemCommandStreaming Implements the IAimpFileSystemCommand
Namespace: AIMP.SDK.FileManager.Commands
Assembly: AIMP.SDK.dll
Syntax
public interface IAimpFileSystemCommandStreaming : IAimpFileSystemCommand
Methods
CreateStream(String, FileStreamingType, Int64, Int64)
Creates the stream.
Declaration
AimpActionResult<IAimpStream> CreateStream(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. |