Table of Contents

Class Constants

Namespace
GstAudio
Assembly
GstAudio-1.0.dll
public class Constants
Inheritance
Constants
Inherited Members

Fields

AUDIO_CHANNELS_RANGE

public const string AUDIO_CHANNELS_RANGE = "(int) [ 1, max ]"

Field Value

string

AUDIO_CONVERTER_OPT_DITHER_METHOD

public const string AUDIO_CONVERTER_OPT_DITHER_METHOD = "GstAudioConverter.dither-method"

Field Value

string

AUDIO_CONVERTER_OPT_DITHER_THRESHOLD

public const string AUDIO_CONVERTER_OPT_DITHER_THRESHOLD = "GstAudioConverter.dither-threshold"

Field Value

string

AUDIO_CONVERTER_OPT_MIX_MATRIX

public const string AUDIO_CONVERTER_OPT_MIX_MATRIX = "GstAudioConverter.mix-matrix"

Field Value

string

AUDIO_CONVERTER_OPT_NOISE_SHAPING_METHOD

public const string AUDIO_CONVERTER_OPT_NOISE_SHAPING_METHOD = "GstAudioConverter.noise-shaping-method"

Field Value

string

AUDIO_CONVERTER_OPT_QUANTIZATION

public const string AUDIO_CONVERTER_OPT_QUANTIZATION = "GstAudioConverter.quantization"

Field Value

string

AUDIO_CONVERTER_OPT_RESAMPLER_METHOD

public const string AUDIO_CONVERTER_OPT_RESAMPLER_METHOD = "GstAudioConverter.resampler-method"

Field Value

string

AUDIO_DECODER_MAX_ERRORS

public const int AUDIO_DECODER_MAX_ERRORS = -1

Field Value

int

AUDIO_DECODER_SINK_NAME

public const string AUDIO_DECODER_SINK_NAME = "sink"

Field Value

string

AUDIO_DECODER_SRC_NAME

public const string AUDIO_DECODER_SRC_NAME = "src"

Field Value

string

AUDIO_DEF_CHANNELS

public const int AUDIO_DEF_CHANNELS = 2

Field Value

int

AUDIO_DEF_FORMAT

public const string AUDIO_DEF_FORMAT = "S16LE"

Field Value

string

AUDIO_DEF_RATE

public const int AUDIO_DEF_RATE = 44100

Field Value

int

AUDIO_ENCODER_SINK_NAME

public const string AUDIO_ENCODER_SINK_NAME = "sink"

Field Value

string

AUDIO_ENCODER_SRC_NAME

public const string AUDIO_ENCODER_SRC_NAME = "src"

Field Value

string

AUDIO_FORMATS_ALL

public const string AUDIO_FORMATS_ALL = "{ F64BE, F64LE, F32BE, F32LE, S32BE, S32LE, U32BE, U32LE, S24_32BE, S24_32LE, U24_32BE, U24_32LE, S24BE, S24LE, U24BE, U24LE, S20BE, S20LE, U20BE, U20LE, S18BE, S18LE, U18BE, U18LE, S16BE, S16LE, U16BE, U16LE, S8, U8 }"

Field Value

string

AUDIO_RATE_RANGE

public const string AUDIO_RATE_RANGE = "(int) [ 1, max ]"

Field Value

string

AUDIO_RESAMPLER_OPT_CUBIC_B

public const string AUDIO_RESAMPLER_OPT_CUBIC_B = "GstAudioResampler.cubic-b"

Field Value

string

AUDIO_RESAMPLER_OPT_CUBIC_C

public const string AUDIO_RESAMPLER_OPT_CUBIC_C = "GstAudioResampler.cubic-c"

Field Value

string

AUDIO_RESAMPLER_OPT_CUTOFF

public const string AUDIO_RESAMPLER_OPT_CUTOFF = "GstAudioResampler.cutoff"

Field Value

string

AUDIO_RESAMPLER_OPT_FILTER_INTERPOLATION

public const string AUDIO_RESAMPLER_OPT_FILTER_INTERPOLATION = "GstAudioResampler.filter-interpolation"

Field Value

string

AUDIO_RESAMPLER_OPT_FILTER_MODE

public const string AUDIO_RESAMPLER_OPT_FILTER_MODE = "GstAudioResampler.filter-mode"

Field Value

string

AUDIO_RESAMPLER_OPT_FILTER_MODE_THRESHOLD

public const string AUDIO_RESAMPLER_OPT_FILTER_MODE_THRESHOLD = "GstAudioResampler.filter-mode-threshold"

Field Value

string

AUDIO_RESAMPLER_OPT_FILTER_OVERSAMPLE

public const string AUDIO_RESAMPLER_OPT_FILTER_OVERSAMPLE = "GstAudioResampler.filter-oversample"

Field Value

string

AUDIO_RESAMPLER_OPT_MAX_PHASE_ERROR

public const string AUDIO_RESAMPLER_OPT_MAX_PHASE_ERROR = "GstAudioResampler.max-phase-error"

Field Value

string

AUDIO_RESAMPLER_OPT_N_TAPS

public const string AUDIO_RESAMPLER_OPT_N_TAPS = "GstAudioResampler.n-taps"

Field Value

string

AUDIO_RESAMPLER_OPT_STOP_ATTENUATION

public const string AUDIO_RESAMPLER_OPT_STOP_ATTENUATION = "GstAudioResampler.stop-attenutation"

Field Value

string

AUDIO_RESAMPLER_OPT_TRANSITION_BANDWIDTH

public const string AUDIO_RESAMPLER_OPT_TRANSITION_BANDWIDTH = "GstAudioResampler.transition-bandwidth"

Field Value

string

AUDIO_RESAMPLER_QUALITY_DEFAULT

public const int AUDIO_RESAMPLER_QUALITY_DEFAULT = 4

Field Value

int

AUDIO_RESAMPLER_QUALITY_MAX

public const int AUDIO_RESAMPLER_QUALITY_MAX = 10

Field Value

int

AUDIO_RESAMPLER_QUALITY_MIN

public const int AUDIO_RESAMPLER_QUALITY_MIN = 0

Field Value

int

META_TAG_AUDIO_CHANNELS_STR

public const string META_TAG_AUDIO_CHANNELS_STR = "channels"

Field Value

string

META_TAG_AUDIO_RATE_STR

public const string META_TAG_AUDIO_RATE_STR = "rate"

Field Value

string

META_TAG_AUDIO_STR

public const string META_TAG_AUDIO_STR = "audio"

Field Value

string