Table of Contents

Enum MediaSession.BufferingType

Namespace
VAST.Media
Assembly
VAST.Common.dll

Specifies the type of buffering to use for media data.

public enum MediaSession.BufferingType

Fields

Disk = 2

Media data is buffered to disk.

Memory = 1

Media data is buffered in memory.

None = 0

No buffering is performed.