anchor
dict
positive
dict
negative
dict
{ "audio": "", "image": "", "text": "func (c *EndpointCache) Add(endpoint Endpoint) {\n\t// de-dups multiple adds of an endpoint with a pre-existing key\n\tif iface, ok := c.endpoints.Load(endpoint.Key); ok {\n\t\te := iface.(Endpoint)\n\t\tif e.Len() > 0 {\n\t\t\treturn", "video": "" }
{ "audio": "", "image": "", "text": "\n\t\t}\n\t}\n\tc.endpoints.Store(endpoint.Key, endpoint)\n\n\tsize := atomic.AddInt64(&c.size, 1)\n\tif size > 0 && size > c.endpointLimit {\n\t\tc.deleteRandomKey()\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "\n\t\t\tif endpoint.IsLocal {\n\t\t\t\tif v.Endpoint == endpoint.Path {\n\t\t\t\t\tfoundAfter = true\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tif v.Endpoint == endpoint.String() {\n\t\t\t\t\tfoundAfter = true\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tif !foundAfter {\n\t\t\tresult.After.Drive...
{ "audio": "", "image": "", "text": "func (c *EndpointCache) deleteRandomKey() bool {\n\tatomic.AddInt64(&c.size, -1)\n\tfound := false\n\n\tc.endpoints.Range(func(key, value interface{}) bool {\n\t", "video": "" }
{ "audio": "", "image": "", "text": "\tfound = true\n\t\tc.endpoints.Delete(key)\n\n\t\treturn false\n\t})\n\n\treturn found\n}", "video": "" }
{ "audio": "", "image": "", "text": " {\n\treturn attributeSelector(key,\n\t\tfunc(s string) bool {\n\t\t\treturn rx.MatchString(s)\n\t\t})\n}", "video": "" }
{ "audio": "", "image": "", "text": "func (c *EndpointCache) discover(d Discoverer, endpointKey string) (Endpoint, error) {\n\tendpoint, err", "video": "" }
{ "audio": "", "image": "", "text": " := d.Discover()\n\tif err != nil {\n\t\treturn Endpoint{}, err\n\t}\n\n\tendpoint.Key = endpointKey\n\tc.Add(endpoint)\n\n\treturn endpoint, nil\n}", "video": "" }
{ "audio": "", "image": "", "text": "\treturn httplib.ConvertResponse(c.Client.PostForm(context.TODO(), endpoint, vals, files...))\n}", "video": "" }
{ "audio": "", "image": "", "text": "func (c *EKS) WaitUntilClusterActive(input *DescribeClusterInput) error {\n\treturn", "video": "" }
{ "audio": "", "image": "", "text": " c.WaitUntilClusterActiveWithContext(aws.BackgroundContext(), input)\n}", "video": "" }
{ "audio": "", "image": "", "text": " func(_ *Client, c *RemoteContext) error {\n\t\tc.Snapshotter = snapshotterName\n\t\treturn nil\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "func (c *EKS) WaitUntilClusterDeleted(input *DescribeClusterInput) error {\n\treturn", "video": "" }
{ "audio": "", "image": "", "text": " c.WaitUntilClusterDeletedWithContext(aws.BackgroundContext(), input)\n}", "video": "" }
{ "audio": "", "image": "", "text": " func(_ *Client, c *RemoteContext) error {\n\t\tc.Snapshotter = snapshotterName\n\t\treturn nil\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "func (s *AacSettings) SetAudioDescriptionBroadcasterMix(v string) *AacSettings {\n", "video": "" }
{ "audio": "", "image": "", "text": "\ts.AudioDescriptionBroadcasterMix = &v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha...
{ "audio": "", "image": "", "text": "func (s *AacSettings) SetRawFormat(v string) *AacSettings {\n", "video": "" }
{ "audio": "", "image": "", "text": "\ts.RawFormat = &v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha...
{ "audio": "", "image": "", "text": "func (s *AacSettings) SetSpecification(v string) *AacSettings {\n", "video": "" }
{ "audio": "", "image": "", "text": "\ts.Specification = &v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha...
{ "audio": "", "image": "", "text": "func (s *AacSettings) SetVbrQuality(v string) *AacSettings {\n", "video": "" }
{ "audio": "", "image": "", "text": "\ts.VbrQuality = &v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha...
{ "audio": "", "image": "", "text": "func (s *Ac3Settings) SetDynamicRangeCompressionProfile(v string) *Ac3Settings {\n", "video": "" }
{ "audio": "", "image": "", "text": "\ts.DynamicRangeCompressionProfile = &v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha...
{ "audio": "", "image": "", "text": "func (s *AncillarySourceSettings) SetSourceAncillaryChannelNumber(v int64) *AncillarySourceSettings {\n", "video": "" }
{ "audio": "", "image": "", "text": "\ts.SourceAncillaryChannelNumber = &v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": " v.Int64 != 0 {\n\t\tenc.Int64(v.Int64)\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "func (s *AudioCodecSettings) SetAacSettings(v", "video": "" }
{ "audio": "", "image": "", "text": " *AacSettings) *AudioCodecSettings {\n\ts.AacSettings = v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha...
{ "audio": "", "image": "", "text": "func (s *AudioCodecSettings) SetAc3Settings(v", "video": "" }
{ "audio": "", "image": "", "text": " *Ac3Settings) *AudioCodecSettings {\n\ts.Ac3Settings = v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha...
{ "audio": "", "image": "", "text": "func (s *AudioCodecSettings) SetAiffSettings(v", "video": "" }
{ "audio": "", "image": "", "text": " *AiffSettings) *AudioCodecSettings {\n\ts.AiffSettings = v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha...
{ "audio": "", "image": "", "text": "func (s *AudioCodecSettings) SetEac3Settings(v", "video": "" }
{ "audio": "", "image": "", "text": " *Eac3Settings) *AudioCodecSettings {\n\ts.Eac3Settings = v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha...
{ "audio": "", "image": "", "text": "func (s *AudioCodecSettings) SetMp2Settings(v", "video": "" }
{ "audio": "", "image": "", "text": " *Mp2Settings) *AudioCodecSettings {\n\ts.Mp2Settings = v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha...
{ "audio": "", "image": "", "text": "func (s *AudioCodecSettings) SetWavSettings(v", "video": "" }
{ "audio": "", "image": "", "text": " *WavSettings) *AudioCodecSettings {\n\ts.WavSettings = v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha...
{ "audio": "", "image": "", "text": "func (s *AudioDescription) SetAudioNormalizationSettings(v *AudioNormalizationSettings) *AudioDescription {", "video": "" }
{ "audio": "", "image": "", "text": "\n\ts.AudioNormalizationSettings = v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": " string) *AudioNormalizationSettings {\n\ts.PeakCalculation = &v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": "func (s *AudioDescription) SetAudioSourceName(v string) *AudioDescription {\n", "video": "" }
{ "audio": "", "image": "", "text": "\ts.AudioSourceName = &v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha...
{ "audio": "", "image": "", "text": "func (s *AudioDescription) SetAudioTypeControl(v string) *AudioDescription {\n", "video": "" }
{ "audio": "", "image": "", "text": "\ts.AudioTypeControl = &v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha...
{ "audio": "", "image": "", "text": "func (s *AudioDescription) SetLanguageCodeControl(v string) *AudioDescription {\n", "video": "" }
{ "audio": "", "image": "", "text": "\ts.LanguageCodeControl = &v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha...
{ "audio": "", "image": "", "text": "func (s *AudioNormalizationSettings) SetAlgorithmControl(v", "video": "" }
{ "audio": "", "image": "", "text": " string) *AudioNormalizationSettings {\n\ts.AlgorithmControl = &v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": " string) *AudioNormalizationSettings {\n\ts.PeakCalculation = &v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": "func (s *AudioNormalizationSettings) SetCorrectionGateLevel(v int64) *AudioNormalizationSettings", "video": "" }
{ "audio": "", "image": "", "text": " {\n\ts.CorrectionGateLevel = &v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": " string) *AudioNormalizationSettings {\n\ts.PeakCalculation = &v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": "func (s *AudioNormalizationSettings) SetLoudnessLogging(v", "video": "" }
{ "audio": "", "image": "", "text": " string) *AudioNormalizationSettings {\n\ts.LoudnessLogging = &v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": " string) *AudioNormalizationSettings {\n\ts.PeakCalculation = &v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": "func (s *AudioNormalizationSettings) SetPeakCalculation(v", "video": "" }
{ "audio": "", "image": "", "text": " string) *AudioNormalizationSettings {\n\ts.PeakCalculation = &v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha...
{ "audio": "", "image": "", "text": "func (s *AudioNormalizationSettings) SetTargetLkfs(v", "video": "" }
{ "audio": "", "image": "", "text": " float64) *AudioNormalizationSettings {\n\ts.TargetLkfs = &v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": " string) *AudioNormalizationSettings {\n\ts.PeakCalculation = &v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": "func (s *AudioSelector) SetDefaultSelection(v string) *AudioSelector {\n", "video": "" }
{ "audio": "", "image": "", "text": "\ts.DefaultSelection = &v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha...
{ "audio": "", "image": "", "text": "func (s *AudioSelector) SetExternalAudioFileInput(v string) *AudioSelector {\n", "video": "" }
{ "audio": "", "image": "", "text": "\ts.ExternalAudioFileInput = &v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha...
{ "audio": "", "image": "", "text": "func (s *AudioSelector) SetPids(v []*int64) *AudioSelector", "video": "" }
{ "audio": "", "image": "", "text": " {\n\ts.Pids = v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha...
{ "audio": "", "image": "", "text": "func (s *AudioSelector) SetProgramSelection(v int64) *AudioSelector {\n", "video": "" }
{ "audio": "", "image": "", "text": "\ts.ProgramSelection = &v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": " v.Int64 != 0 {\n\t\tenc.Int64(v.Int64)\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "func (s *AudioSelector) SetSelectorType(v string) *AudioSelector {\n", "video": "" }
{ "audio": "", "image": "", "text": "\ts.SelectorType = &v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha...
{ "audio": "", "image": "", "text": "func (s *AudioSelector) SetTracks(v []*int64) *AudioSelector", "video": "" }
{ "audio": "", "image": "", "text": " {\n\ts.Tracks = v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha...
{ "audio": "", "image": "", "text": "func (s *AudioSelectorGroup) SetAudioSelectorNames(v []*string) *AudioSelectorGroup {\n", "video": "" }
{ "audio": "", "image": "", "text": "\ts.AudioSelectorNames = v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha...
{ "audio": "", "image": "", "text": "func (s *CaptionDescription) SetCaptionSelectorName(v string) *CaptionDescription {\n", "video": "" }
{ "audio": "", "image": "", "text": "\ts.CaptionSelectorName = &v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha...
{ "audio": "", "image": "", "text": "func (s *CaptionDestinationSettings) SetBurninDestinationSettings(v *BurninDestinationSettings)", "video": "" }
{ "audio": "", "image": "", "text": " *CaptionDestinationSettings {\n\ts.BurninDestinationSettings = v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": " *CaptionDestinationSettings {\n\ts.WebvttDestinationSettings = v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": "func (s *CaptionDestinationSettings) SetDestinationType(v", "video": "" }
{ "audio": "", "image": "", "text": " string) *CaptionDestinationSettings {\n\ts.DestinationType = &v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": " *CaptionDestinationSettings {\n\ts.WebvttDestinationSettings = v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": "func (s *CaptionDestinationSettings) SetDvbSubDestinationSettings(v *DvbSubDestinationSettings)", "video": "" }
{ "audio": "", "image": "", "text": " *CaptionDestinationSettings {\n\ts.DvbSubDestinationSettings = v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": " *CaptionDestinationSettings {\n\ts.WebvttDestinationSettings = v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": "func (s *CaptionDestinationSettings) SetEmbeddedDestinationSettings(v *EmbeddedDestinationSettings)", "video": "" }
{ "audio": "", "image": "", "text": " *CaptionDestinationSettings {\n\ts.EmbeddedDestinationSettings = v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": " *CaptionDestinationSettings {\n\ts.WebvttDestinationSettings = v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": "func (s *CaptionDestinationSettings) SetSccDestinationSettings(v", "video": "" }
{ "audio": "", "image": "", "text": " *SccDestinationSettings) *CaptionDestinationSettings {\n\ts.SccDestinationSettings = v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": " *CaptionDestinationSettings {\n\ts.WebvttDestinationSettings = v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": "func (s *CaptionDestinationSettings) SetTeletextDestinationSettings(v *TeletextDestinationSettings)", "video": "" }
{ "audio": "", "image": "", "text": " *CaptionDestinationSettings {\n\ts.TeletextDestinationSettings = v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": " *CaptionDestinationSettings {\n\ts.WebvttDestinationSettings = v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": "func (s *CaptionDestinationSettings) SetTtmlDestinationSettings(v", "video": "" }
{ "audio": "", "image": "", "text": " *TtmlDestinationSettings) *CaptionDestinationSettings {\n\ts.TtmlDestinationSettings = v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": " *CaptionDestinationSettings {\n\ts.WebvttDestinationSettings = v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": "func (s *CaptionSelector) SetSourceSettings(v *CaptionSourceSettings)", "video": "" }
{ "audio": "", "image": "", "text": " *CaptionSelector {\n\ts.SourceSettings = v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha...
{ "audio": "", "image": "", "text": "func (s *CaptionSourceSettings) SetAncillarySourceSettings(v *AncillarySourceSettings)", "video": "" }
{ "audio": "", "image": "", "text": " *CaptionSourceSettings {\n\ts.AncillarySourceSettings = v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha...
{ "audio": "", "image": "", "text": "func (s *CaptionSourceSettings) SetFileSourceSettings(v", "video": "" }
{ "audio": "", "image": "", "text": " *FileSourceSettings) *CaptionSourceSettings {\n\ts.FileSourceSettings = v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha...
{ "audio": "", "image": "", "text": "func (s *CaptionSourceSettings) SetTrackSourceSettings(v", "video": "" }
{ "audio": "", "image": "", "text": " *TrackSourceSettings) *CaptionSourceSettings {\n\ts.TrackSourceSettings = v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha...
{ "audio": "", "image": "", "text": "func (s *ChannelMapping) SetOutputChannels(v []*OutputChannelMapping)", "video": "" }
{ "audio": "", "image": "", "text": " *ChannelMapping {\n\ts.OutputChannels = v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha...
{ "audio": "", "image": "", "text": "func (s *CmafGroupSettings) SetWriteDashManifest(v string) *CmafGroupSettings {\n", "video": "" }
{ "audio": "", "image": "", "text": "\ts.WriteDashManifest = &v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha...
{ "audio": "", "image": "", "text": "func (s *CmafGroupSettings) SetWriteHlsManifest(v string) *CmafGroupSettings {\n", "video": "" }
{ "audio": "", "image": "", "text": "\ts.WriteHlsManifest = &v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha...
{ "audio": "", "image": "", "text": "func (s *ColorCorrector) SetColorSpaceConversion(v string) *ColorCorrector {\n", "video": "" }
{ "audio": "", "image": "", "text": "\ts.ColorSpaceConversion = &v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha...
{ "audio": "", "image": "", "text": "func (s *ColorCorrector) SetContrast(v int64) *ColorCorrector {\n", "video": "" }
{ "audio": "", "image": "", "text": "\ts.Contrast = &v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": " v.Int64 != 0 {\n\t\tenc.Int64(v.Int64)\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "func (s *ColorCorrector) SetHue(v int64) *ColorCorrector", "video": "" }
{ "audio": "", "image": "", "text": " {\n\ts.Hue = &v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": " v.Int64 != 0 {\n\t\tenc.Int64(v.Int64)\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "func (s *ColorCorrector) SetSaturation(v int64) *ColorCorrector {\n", "video": "" }
{ "audio": "", "image": "", "text": "\ts.Saturation = &v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": " v.Int64 != 0 {\n\t\tenc.Int64(v.Int64)\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "func (s *ContainerSettings) SetF4vSettings(v *F4vSettings) *ContainerSettings", "video": "" }
{ "audio": "", "image": "", "text": " {\n\ts.F4vSettings = v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha...
{ "audio": "", "image": "", "text": "func (s *ContainerSettings) SetMovSettings(v *MovSettings) *ContainerSettings", "video": "" }
{ "audio": "", "image": "", "text": " {\n\ts.MovSettings = v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha...
{ "audio": "", "image": "", "text": "func (s *ContainerSettings) SetMp4Settings(v *Mp4Settings) *ContainerSettings", "video": "" }
{ "audio": "", "image": "", "text": " {\n\ts.Mp4Settings = v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha...
{ "audio": "", "image": "", "text": "func (s *DashIsoGroupSettings) SetHbbtvCompliance(v", "video": "" }
{ "audio": "", "image": "", "text": " string) *DashIsoGroupSettings {\n\ts.HbbtvCompliance = &v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha...
{ "audio": "", "image": "", "text": "func (s *DashIsoGroupSettings) SetWriteSegmentTimelineInRepresentation(v string) *DashIsoGroupSettings {\n", "video": "" }
{ "audio": "", "image": "", "text": "\ts.WriteSegmentTimelineInRepresentation = &v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha...
{ "audio": "", "image": "", "text": "func (s *DvbNitSettings) SetNetworkName(v string) *DvbNitSettings {\n", "video": "" }
{ "audio": "", "image": "", "text": "\ts.NetworkName = &v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha...
{ "audio": "", "image": "", "text": "func (s *DvbNitSettings) SetNitInterval(v int64) *DvbNitSettings {\n", "video": "" }
{ "audio": "", "image": "", "text": "\ts.NitInterval = &v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": " v.Int64 != 0 {\n\t\tenc.Int64(v.Int64)\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "func (s *DvbSdtSettings) SetOutputSdt(v string) *DvbSdtSettings {\n", "video": "" }
{ "audio": "", "image": "", "text": "\ts.OutputSdt = &v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha...
{ "audio": "", "image": "", "text": "func (s *DvbSdtSettings) SetSdtInterval(v int64) *DvbSdtSettings {\n", "video": "" }
{ "audio": "", "image": "", "text": "\ts.SdtInterval = &v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": " v.Int64 != 0 {\n\t\tenc.Int64(v.Int64)\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "func (s *DvbSdtSettings) SetServiceProviderName(v string) *DvbSdtSettings {\n", "video": "" }
{ "audio": "", "image": "", "text": "\ts.ServiceProviderName = &v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha...
{ "audio": "", "image": "", "text": "func (s *DvbTdtSettings) SetTdtInterval(v int64) *DvbTdtSettings {\n", "video": "" }
{ "audio": "", "image": "", "text": "\ts.TdtInterval = &v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": " v.Int64 != 0 {\n\t\tenc.Int64(v.Int64)\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "func (s *Eac3Settings) SetAttenuationControl(v string) *Eac3Settings {\n", "video": "" }
{ "audio": "", "image": "", "text": "\ts.AttenuationControl = &v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha...
{ "audio": "", "image": "", "text": "func (s *Eac3Settings) SetDcFilter(v string) *Eac3Settings {\n", "video": "" }
{ "audio": "", "image": "", "text": "\ts.DcFilter = &v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha...
{ "audio": "", "image": "", "text": "func (s *Eac3Settings) SetDynamicRangeCompressionLine(v string) *Eac3Settings {\n", "video": "" }
{ "audio": "", "image": "", "text": "\ts.DynamicRangeCompressionLine = &v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha...
{ "audio": "", "image": "", "text": "func (s *Eac3Settings) SetDynamicRangeCompressionRf(v string) *Eac3Settings {\n", "video": "" }
{ "audio": "", "image": "", "text": "\ts.DynamicRangeCompressionRf = &v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha...
{ "audio": "", "image": "", "text": "func (s *Eac3Settings) SetLfeControl(v string) *Eac3Settings {\n", "video": "" }
{ "audio": "", "image": "", "text": "\ts.LfeControl = &v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha...
{ "audio": "", "image": "", "text": "func (s *Eac3Settings) SetLoRoCenterMixLevel(v float64) *Eac3Settings {\n", "video": "" }
{ "audio": "", "image": "", "text": "\ts.LoRoCenterMixLevel = &v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": " int64) {\n\ts.autoCounter(s.statName(stat)).Add(float64(value))\n}", "video": "" }
{ "audio": "", "image": "", "text": "func (s *Eac3Settings) SetLoRoSurroundMixLevel(v float64) *Eac3Settings {\n", "video": "" }
{ "audio": "", "image": "", "text": "\ts.LoRoSurroundMixLevel = &v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": " int64) {\n\ts.autoCounter(s.statName(stat)).Add(float64(value))\n}", "video": "" }
{ "audio": "", "image": "", "text": "func (s *Eac3Settings) SetLtRtCenterMixLevel(v float64) *Eac3Settings {\n", "video": "" }
{ "audio": "", "image": "", "text": "\ts.LtRtCenterMixLevel = &v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": " int64) {\n\ts.autoCounter(s.statName(stat)).Add(float64(value))\n}", "video": "" }
{ "audio": "", "image": "", "text": "func (s *Eac3Settings) SetLtRtSurroundMixLevel(v float64) *Eac3Settings {\n", "video": "" }
{ "audio": "", "image": "", "text": "\ts.LtRtSurroundMixLevel = &v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": " int64) {\n\ts.autoCounter(s.statName(stat)).Add(float64(value))\n}", "video": "" }
{ "audio": "", "image": "", "text": "func (s *Eac3Settings) SetPassthroughControl(v string) *Eac3Settings {\n", "video": "" }
{ "audio": "", "image": "", "text": "\ts.PassthroughControl = &v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha...
{ "audio": "", "image": "", "text": "func (s *Eac3Settings) SetPhaseControl(v string) *Eac3Settings {\n", "video": "" }
{ "audio": "", "image": "", "text": "\ts.PhaseControl = &v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha...
{ "audio": "", "image": "", "text": "func (s *Eac3Settings) SetStereoDownmix(v string) *Eac3Settings {\n", "video": "" }
{ "audio": "", "image": "", "text": "\ts.StereoDownmix = &v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha...
{ "audio": "", "image": "", "text": "func (s *Eac3Settings) SetSurroundExMode(v string) *Eac3Settings {\n", "video": "" }
{ "audio": "", "image": "", "text": "\ts.SurroundExMode = &v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha...
{ "audio": "", "image": "", "text": "func (s *Eac3Settings) SetSurroundMode(v string) *Eac3Settings {\n", "video": "" }
{ "audio": "", "image": "", "text": "\ts.SurroundMode = &v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha...
{ "audio": "", "image": "", "text": "func (s *EmbeddedDestinationSettings) SetDestination608ChannelNumber(v int64) *EmbeddedDestinationSettings {\n", "video": "" }
{ "audio": "", "image": "", "text": "\ts.Destination608ChannelNumber = &v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": " v.Int64 != 0 {\n\t\tenc.Int64(v.Int64)\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "func (s *EmbeddedSourceSettings) SetSource608TrackNumber(v int64) *EmbeddedSourceSettings {\n", "video": "" }
{ "audio": "", "image": "", "text": "\ts.Source608TrackNumber = &v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": " v.Int64 != 0 {\n\t\tenc.Int64(v.Int64)\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "func (s *EsamManifestConfirmConditionNotification) SetMccXml(v", "video": "" }
{ "audio": "", "image": "", "text": " string) *EsamManifestConfirmConditionNotification {\n\ts.MccXml = &v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha...
{ "audio": "", "image": "", "text": "func (s *EsamSettings) SetManifestConfirmConditionNotification(v *EsamManifestConfirmConditionNotification)", "video": "" }
{ "audio": "", "image": "", "text": " *EsamSettings {\n\ts.ManifestConfirmConditionNotification = v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha...
{ "audio": "", "image": "", "text": "func (s *EsamSettings) SetResponseSignalPreroll(v int64) *EsamSettings {\n", "video": "" }
{ "audio": "", "image": "", "text": "\ts.ResponseSignalPreroll = &v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": " v.Int64 != 0 {\n\t\tenc.Int64(v.Int64)\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "func (s *EsamSettings) SetSignalProcessingNotification(v *EsamSignalProcessingNotification)", "video": "" }
{ "audio": "", "image": "", "text": " *EsamSettings {\n\ts.SignalProcessingNotification = v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha...
{ "audio": "", "image": "", "text": "func (s *EsamSignalProcessingNotification) SetSccXml(v", "video": "" }
{ "audio": "", "image": "", "text": " string) *EsamSignalProcessingNotification {\n\ts.SccXml = &v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha...
{ "audio": "", "image": "", "text": "func (s *FileSourceSettings) SetTimeDelta(v int64) *FileSourceSettings", "video": "" }
{ "audio": "", "image": "", "text": " {\n\ts.TimeDelta = &v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": " v.Int64 != 0 {\n\t\tenc.Int64(v.Int64)\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "func (s *FrameCaptureSettings) SetMaxCaptures(v int64) *FrameCaptureSettings", "video": "" }
{ "audio": "", "image": "", "text": " {\n\ts.MaxCaptures = &v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": " v.Int64 != 0 {\n\t\tenc.Int64(v.Int64)\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "func (s *H264Settings) SetEntropyEncoding(v string) *H264Settings {\n", "video": "" }
{ "audio": "", "image": "", "text": "\ts.EntropyEncoding = &v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha...
{ "audio": "", "image": "", "text": "func (s *H264Settings) SetFieldEncoding(v string) *H264Settings {\n", "video": "" }
{ "audio": "", "image": "", "text": "\ts.FieldEncoding = &v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha...
{ "audio": "", "image": "", "text": "func (s *H264Settings) SetRepeatPps(v string) *H264Settings {\n", "video": "" }
{ "audio": "", "image": "", "text": "\ts.RepeatPps = &v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha...
{ "audio": "", "image": "", "text": "func (s *H265Settings) SetAlternateTransferFunctionSei(v string) *H265Settings {\n", "video": "" }
{ "audio": "", "image": "", "text": "\ts.AlternateTransferFunctionSei = &v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha...
{ "audio": "", "image": "", "text": "func (s *H265Settings) SetSampleAdaptiveOffsetFilterMode(v string) *H265Settings {\n", "video": "" }
{ "audio": "", "image": "", "text": "\ts.SampleAdaptiveOffsetFilterMode = &v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha...
{ "audio": "", "image": "", "text": "func (s *H265Settings) SetTemporalIds(v string) *H265Settings {\n", "video": "" }
{ "audio": "", "image": "", "text": "\ts.TemporalIds = &v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha...
{ "audio": "", "image": "", "text": "func (s *H265Settings) SetTiles(v string) *H265Settings {\n", "video": "" }
{ "audio": "", "image": "", "text": "\ts.Tiles = &v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha...
{ "audio": "", "image": "", "text": "func (s *H265Settings) SetWriteMp4PackagingType(v string) *H265Settings {\n", "video": "" }
{ "audio": "", "image": "", "text": "\ts.WriteMp4PackagingType = &v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": "\t\tverStr = v.String()\n\t\t\t}\n\t\t\ts.goAttach(func() { s.updateClusterVersion(verStr) })\n\t\t\tcontinue\n\t\t}\n\n\t\t// update cluster version only if the decided version is greater than\n\t\t// the current cluster version\n\t\tif v != nil && s.cluster.Version().LessTha...
{ "audio": "", "image": "", "text": "func (s *Hdr10Metadata) SetBluePrimaryX(v int64) *Hdr10Metadata {\n", "video": "" }
{ "audio": "", "image": "", "text": "\ts.BluePrimaryX = &v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": " v.Int64 != 0 {\n\t\tenc.Int64(v.Int64)\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "func (s *Hdr10Metadata) SetBluePrimaryY(v int64) *Hdr10Metadata {\n", "video": "" }
{ "audio": "", "image": "", "text": "\ts.BluePrimaryY = &v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": " v.Int64 != 0 {\n\t\tenc.Int64(v.Int64)\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "func (s *Hdr10Metadata) SetGreenPrimaryX(v int64) *Hdr10Metadata {\n", "video": "" }
{ "audio": "", "image": "", "text": "\ts.GreenPrimaryX = &v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": " v.Int64 != 0 {\n\t\tenc.Int64(v.Int64)\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "func (s *Hdr10Metadata) SetGreenPrimaryY(v int64) *Hdr10Metadata {\n", "video": "" }
{ "audio": "", "image": "", "text": "\ts.GreenPrimaryY = &v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": " v.Int64 != 0 {\n\t\tenc.Int64(v.Int64)\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "func (s *Hdr10Metadata) SetMaxContentLightLevel(v int64) *Hdr10Metadata {\n", "video": "" }
{ "audio": "", "image": "", "text": "\ts.MaxContentLightLevel = &v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": " v.Int64 != 0 {\n\t\tenc.Int64(v.Int64)\n\t}\n}", "video": "" }
{ "audio": "", "image": "", "text": "func (s *Hdr10Metadata) SetMaxFrameAverageLightLevel(v int64) *Hdr10Metadata {\n", "video": "" }
{ "audio": "", "image": "", "text": "\ts.MaxFrameAverageLightLevel = &v\n\treturn s\n}", "video": "" }
{ "audio": "", "image": "", "text": " v.Int64 != 0 {\n\t\tenc.Int64(v.Int64)\n\t}\n}", "video": "" }