Interface IAimpFileSystemCommandStreaming
Interface IAimpFileSystemCommandStreaming
Implements the IAimp
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. |
fileName | Name of the file. |
File |
flags | The flags. |
System. |
offset | The offset. |
System. |
size | The size. |