Table of Contents

Class SrtGlobal

Namespace
VAST.SRT
Assembly
VAST.SRT.dll

Provides global constants, settings, and configuration values for the SRT library.

public static class SrtGlobal
Inheritance
SrtGlobal
Inherited Members

Fields

DefaultSrtPort

Default SRT server port

public const int DefaultSrtPort = 21330

Field Value

int

Properties

LibraryName

Gets the display name of the SRT library.

public static string LibraryName { get; }

Property Value

string

LibraryVersion

Gets the version number of the SRT library implementation.

public static uint LibraryVersion { get; }

Property Value

uint

RecvSocketBufferSize

Gets or sets receive socket buffer size. If null then the default buffer size is used.

public static int? RecvSocketBufferSize { get; set; }

Property Value

int?

SendSocketBufferSize

Gets or sets send socket buffer size If null then the default buffer size is used.

public static int? SendSocketBufferSize { get; set; }

Property Value

int?

TransferStatFrequencyUs

Gets or sets the frequency of transfer statistics reporting in microseconds.

public static long TransferStatFrequencyUs { get; set; }

Property Value

long