|
Shaka Player Embedded
|
Go to the source code of this file.
Namespaces | |
| shaka | |
Macros | |
| #define | SHAKA_MAKE_STRING_(name) name |
| #define | kDrmRetryMaxAttempts SHAKA_MAKE_STRING_("drm.retryParameters.maxAttempts") |
| #define | kDrmRetryBaseDelay SHAKA_MAKE_STRING_("drm.retryParameters.baseDelay") |
| #define | kDrmRetryBackoffFactor SHAKA_MAKE_STRING_("drm.retryParameters.backoffFactor") |
| #define | kDrmRetryFuzzFactor SHAKA_MAKE_STRING_("drm.retryParameters.fuzzFactor") |
| #define | kDrmRetryTimeout SHAKA_MAKE_STRING_("drm.retryParameters.timeout") |
| #define | kDelayLicenseRequestUntilPlayed SHAKA_MAKE_STRING_("drm.delayLicenseRequestUntilPlayed"); |
| #define | kManifestRetryMaxAttempts SHAKA_MAKE_STRING_("manifest.retryParameters.maxAttempts") |
| #define | kManifestRetryBaseDelay SHAKA_MAKE_STRING_("manifest.retryParameters.baseDelay") |
| #define | kManifestRetryBackoffFactor SHAKA_MAKE_STRING_("manifest.retryParameters.backoffFactor") |
| #define | kManifestRetryFuzzFactor SHAKA_MAKE_STRING_("manifest.retryParameters.fuzzFactor") |
| #define | kManifestRetryTimeout SHAKA_MAKE_STRING_("manifest.retryParameters.timeout") |
| #define | kManifestDashClockSyncUri SHAKA_MAKE_STRING_("manifest.dash.clockSyncUri") |
| #define | kDashIgnoreDrmInfo SHAKA_MAKE_STRING_("manifest.dash.ignoreDrmInfo") |
| #define | kXlinkFailGracefully SHAKA_MAKE_STRING_("manifest.dash.xlinkFailGracefully") |
| #define | kDashDefaultPresentationDelay SHAKA_MAKE_STRING_("manifest.dash.defaultPresentationDelay") |
| #define | kStreamingRetryMaxAttempts SHAKA_MAKE_STRING_("streaming.retryParameters.maxAttempts") |
| #define | kStreamingRetryBaseDelay SHAKA_MAKE_STRING_("streaming.retryParameters.baseDelay") |
| #define | kStreamingRetryBackoffFactor SHAKA_MAKE_STRING_("streaming.retryParameters.backoffFactor") |
| #define | kStreamingRetryFuzzFactor SHAKA_MAKE_STRING_("streaming.retryParameters.fuzzFactor") |
| #define | kStreamingRetryTimeout SHAKA_MAKE_STRING_("streaming.retryParameters.timeout") |
| #define | kRebufferingGoal SHAKA_MAKE_STRING_("streaming.rebufferingGoal") |
| #define | kBufferingGoal SHAKA_MAKE_STRING_("streaming.bufferingGoal") |
| #define | kBufferBehind SHAKA_MAKE_STRING_("streaming.bufferBehind") |
| #define | kIgnoreTextStreamFailures SHAKA_MAKE_STRING_("streaming.ignoreTextStreamFailures") |
| #define | kAlwaysStreamText SHAKA_MAKE_STRING_("streaming.alwaysStreamText") |
| #define | kStartAtSegmentBoundary SHAKA_MAKE_STRING_("streaming.startAtSegmentBoundary") |
| #define | kSmallGapLimit SHAKA_MAKE_STRING_("streaming.smallGapLimit") |
| #define | kJumpLargeGaps SHAKA_MAKE_STRING_("streaming.jumpLargeGaps") |
| #define | kDurationBackoff SHAKA_MAKE_STRING_("streaming.durationBackoff") |
| #define | kAbrEnabled SHAKA_MAKE_STRING_("abr.enabled") |
| #define | kDefaultBandwidthEstimate SHAKA_MAKE_STRING_("abr.defaultBandwidthEstimate") |
| #define | kAbrSwitchInterval SHAKA_MAKE_STRING_("abr.switchInterval") |
| #define | kAbrUpgradeTarget SHAKA_MAKE_STRING_("abr.bandwidthUpgradeTarget") |
| #define | kAbrDowngradeTarget SHAKA_MAKE_STRING_("abr.bandwidthDowngradeTarget") |
| #define | kAbrMinWidth SHAKA_MAKE_STRING_("abr.restrictions.minWidth") |
| #define | kAbrMaxWidth SHAKA_MAKE_STRING_("abr.restrictions.maxWidth") |
| #define | kAbrMinHeight SHAKA_MAKE_STRING_("abr.restrictions.minHeight") |
| #define | kAbrMaxHeight SHAKA_MAKE_STRING_("abr.restrictions.maxHeight") |
| #define | kAbrMinPixels SHAKA_MAKE_STRING_("abr.restrictions.minPixels") |
| #define | kAbrMaxPixels SHAKA_MAKE_STRING_("abr.restrictions.maxPixels") |
| #define | kAbrMinBandwidth SHAKA_MAKE_STRING_("abr.restrictions.minBandwidth") |
| #define | kAbrMaxBandwidth SHAKA_MAKE_STRING_("abr.restrictions.maxBandwidth") |
| #define | kPreferredAudioLanguage SHAKA_MAKE_STRING_("preferredAudioLanguage") |
| #define | kPreferredTextLanguage SHAKA_MAKE_STRING_("preferredTextLanguage") |
| #define | kPreferredVariantRole SHAKA_MAKE_STRING_("preferredVariantRole") |
| #define | kPreferredTextRole SHAKA_MAKE_STRING_("preferredTextRole") |
| #define | kPreferredAudioChannelCount SHAKA_MAKE_STRING_("preferredAudioChannelCount") |
| #define | kMinWidth SHAKA_MAKE_STRING_("restrictions.minWidth") |
| #define | kMaxWidth SHAKA_MAKE_STRING_("restrictions.maxWidth") |
| #define | kMinHeight SHAKA_MAKE_STRING_("restrictions.minHeight") |
| #define | kMaxHeight SHAKA_MAKE_STRING_("restrictions.maxHeight") |
| #define | kMinPixels SHAKA_MAKE_STRING_("restrictions.minPixels") |
| #define | kMaxPixels SHAKA_MAKE_STRING_("restrictions.maxPixels") |
| #define | kMinBandwidth SHAKA_MAKE_STRING_("restrictions.minBandwidth") |
| #define | kMaxBandwidth SHAKA_MAKE_STRING_("restrictions.maxBandwidth") |
| #define | kPlayRangeStart SHAKA_MAKE_STRING_("playRangeStart") |
| #define | kPlayRangeEnd SHAKA_MAKE_STRING_("playRangeEnd") |
Definition at line 27 of file config_names.h.
1.8.13