Table of Contents

Class ContentStreamingService

Namespace
Stride.Core.Streaming
Assembly
Stride.Core.Serialization.dll

Streamable resources content management service.

public class ContentStreamingService : IDisposable
Inheritance
ContentStreamingService
Implements
Extension Methods

Fields

UnusedDataChunksLifetime

The unused data chunks lifetime.

public TimeSpan UnusedDataChunksLifetime

Field Value

TimeSpan

Methods

Dispose()

Performs resources disposing.

public void Dispose()

GetStorage(ref ContentStorageHeader)

Gets the storage container.

public ContentStorage GetStorage(ref ContentStorageHeader storageHeader)

Parameters

storageHeader ContentStorageHeader

The storage header.

Returns

ContentStorage

Content Storage container.

Update()

Updates this service.

public void Update()