To be used with BASS_Encode_CastInit(Int32, String, String, String, String, String, String, String, String, Int32, BASSEncodeCast) to define optional server flags.
Namespace: Un4seen.Bass.AddOn.Enc
Assembly: Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
BASS_ENCODE_CAST_DEFAULT | 0 | Default (no options). | |
BASS_ENCODE_CAST_PUBLIC | 1 | add to public directory | |
BASS_ENCODE_CAST_PUT | 2 | use PUT method | |
BASS_ENCODE_CAST_SSL | 4 | use SSL/TLS encryption |
See Also