Class StreamDefaults
Class StreamDefaults
Inheritance
System.Object
StreamDefaults
Namespace: MediaBrowser.Model.IO
Assembly: MediaBrowser.Model.dll
Syntax
public static class StreamDefaults
Fields
DefaultCopyToBufferSize
The default copy to buffer size
Declaration
public const int DefaultCopyToBufferSize = 81920
Field Value
Type | Description |
---|---|
System.Int32 |
DefaultFileStreamBufferSize
The default file stream buffer size
Declaration
public const int DefaultFileStreamBufferSize = 81920
Field Value
Type | Description |
---|---|
System.Int32 |