transcoder

package
v0.0.0-...-8c6c420 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 15, 2024 License: Apache-2.0 Imports: 2 Imported by: 1

Documentation

Overview

Package transcoder aliases all exported identifiers in package "cloud.google.com/go/video/transcoder/apiv1/transcoderpb".

Deprecated: Please use types in: cloud.google.com/go/video/transcoder/apiv1/transcoderpb. Please read https://github.com/googleapis/google-cloud-go/blob/main/migration.md for more details.

Index

Constants

View Source
const (
	Job_FAILED                         = src.Job_FAILED
	Job_PENDING                        = src.Job_PENDING
	Job_PROCESSING_STATE_UNSPECIFIED   = src.Job_PROCESSING_STATE_UNSPECIFIED
	Job_RUNNING                        = src.Job_RUNNING
	Job_SUCCEEDED                      = src.Job_SUCCEEDED
	Manifest_DASH                      = src.Manifest_DASH
	Manifest_HLS                       = src.Manifest_HLS
	Manifest_MANIFEST_TYPE_UNSPECIFIED = src.Manifest_MANIFEST_TYPE_UNSPECIFIED
	Overlay_FADE_IN                    = src.Overlay_FADE_IN
	Overlay_FADE_OUT                   = src.Overlay_FADE_OUT
	Overlay_FADE_TYPE_UNSPECIFIED      = src.Overlay_FADE_TYPE_UNSPECIFIED
)

Deprecated: Please use consts in: cloud.google.com/go/video/transcoder/apiv1/transcoderpb

Variables

View Source
var (
	File_google_cloud_video_transcoder_v1_resources_proto = src.File_google_cloud_video_transcoder_v1_resources_proto
	File_google_cloud_video_transcoder_v1_services_proto  = src.File_google_cloud_video_transcoder_v1_services_proto
	Job_ProcessingState_name                              = src.Job_ProcessingState_name
	Job_ProcessingState_value                             = src.Job_ProcessingState_value
	Manifest_ManifestType_name                            = src.Manifest_ManifestType_name
	Manifest_ManifestType_value                           = src.Manifest_ManifestType_value
	Overlay_FadeType_name                                 = src.Overlay_FadeType_name
	Overlay_FadeType_value                                = src.Overlay_FadeType_value
)

Deprecated: Please use vars in: cloud.google.com/go/video/transcoder/apiv1/transcoderpb

Functions

func RegisterTranscoderServiceServer deprecated

func RegisterTranscoderServiceServer(s *grpc.Server, srv TranscoderServiceServer)

Deprecated: Please use funcs in: cloud.google.com/go/video/transcoder/apiv1/transcoderpb

Types

type AdBreak deprecated

type AdBreak = src.AdBreak

Ad break.

Deprecated: Please use types in: cloud.google.com/go/video/transcoder/apiv1/transcoderpb

type AudioStream deprecated

type AudioStream = src.AudioStream

Audio stream resource.

Deprecated: Please use types in: cloud.google.com/go/video/transcoder/apiv1/transcoderpb

type AudioStream_AudioMapping deprecated

type AudioStream_AudioMapping = src.AudioStream_AudioMapping

The mapping for the `Job.edit_list` atoms with audio `EditAtom.inputs`.

Deprecated: Please use types in: cloud.google.com/go/video/transcoder/apiv1/transcoderpb

type CreateJobRequest deprecated

type CreateJobRequest = src.CreateJobRequest

Request message for `TranscoderService.CreateJob`.

Deprecated: Please use types in: cloud.google.com/go/video/transcoder/apiv1/transcoderpb

type CreateJobTemplateRequest deprecated

type CreateJobTemplateRequest = src.CreateJobTemplateRequest

Request message for `TranscoderService.CreateJobTemplate`.

Deprecated: Please use types in: cloud.google.com/go/video/transcoder/apiv1/transcoderpb

type DeleteJobRequest deprecated

type DeleteJobRequest = src.DeleteJobRequest

Request message for `TranscoderService.DeleteJob`.

Deprecated: Please use types in: cloud.google.com/go/video/transcoder/apiv1/transcoderpb

type DeleteJobTemplateRequest deprecated

type DeleteJobTemplateRequest = src.DeleteJobTemplateRequest

Request message for `TranscoderService.DeleteJobTemplate`.

Deprecated: Please use types in: cloud.google.com/go/video/transcoder/apiv1/transcoderpb

type EditAtom deprecated

type EditAtom = src.EditAtom

Edit atom.

Deprecated: Please use types in: cloud.google.com/go/video/transcoder/apiv1/transcoderpb

type ElementaryStream deprecated

type ElementaryStream = src.ElementaryStream

Encoding of an input file such as an audio, video, or text track. Elementary streams must be packaged before mapping and sharing between different output formats.

Deprecated: Please use types in: cloud.google.com/go/video/transcoder/apiv1/transcoderpb

type ElementaryStream_AudioStream

type ElementaryStream_AudioStream = src.ElementaryStream_AudioStream

type ElementaryStream_TextStream

type ElementaryStream_TextStream = src.ElementaryStream_TextStream

type ElementaryStream_VideoStream

type ElementaryStream_VideoStream = src.ElementaryStream_VideoStream

type GetJobRequest deprecated

type GetJobRequest = src.GetJobRequest

Request message for `TranscoderService.GetJob`.

Deprecated: Please use types in: cloud.google.com/go/video/transcoder/apiv1/transcoderpb

type GetJobTemplateRequest deprecated

type GetJobTemplateRequest = src.GetJobTemplateRequest

Request message for `TranscoderService.GetJobTemplate`.

Deprecated: Please use types in: cloud.google.com/go/video/transcoder/apiv1/transcoderpb

type Input deprecated

type Input = src.Input

Input asset.

Deprecated: Please use types in: cloud.google.com/go/video/transcoder/apiv1/transcoderpb

type Job deprecated

type Job = src.Job

Transcoding job resource.

Deprecated: Please use types in: cloud.google.com/go/video/transcoder/apiv1/transcoderpb

type JobConfig deprecated

type JobConfig = src.JobConfig

Job configuration

Deprecated: Please use types in: cloud.google.com/go/video/transcoder/apiv1/transcoderpb

type JobTemplate deprecated

type JobTemplate = src.JobTemplate

Transcoding job template resource.

Deprecated: Please use types in: cloud.google.com/go/video/transcoder/apiv1/transcoderpb

type Job_Config

type Job_Config = src.Job_Config

type Job_ProcessingState deprecated

type Job_ProcessingState = src.Job_ProcessingState

The current state of the job.

Deprecated: Please use types in: cloud.google.com/go/video/transcoder/apiv1/transcoderpb

type Job_TemplateId

type Job_TemplateId = src.Job_TemplateId

type ListJobTemplatesRequest deprecated

type ListJobTemplatesRequest = src.ListJobTemplatesRequest

Request message for `TranscoderService.ListJobTemplates`.

Deprecated: Please use types in: cloud.google.com/go/video/transcoder/apiv1/transcoderpb

type ListJobTemplatesResponse deprecated

type ListJobTemplatesResponse = src.ListJobTemplatesResponse

Response message for `TranscoderService.ListJobTemplates`.

Deprecated: Please use types in: cloud.google.com/go/video/transcoder/apiv1/transcoderpb

type ListJobsRequest deprecated

type ListJobsRequest = src.ListJobsRequest

Request message for `TranscoderService.ListJobs`. The parent location from which to retrieve the collection of jobs.

Deprecated: Please use types in: cloud.google.com/go/video/transcoder/apiv1/transcoderpb

type ListJobsResponse deprecated

type ListJobsResponse = src.ListJobsResponse

Response message for `TranscoderService.ListJobs`.

Deprecated: Please use types in: cloud.google.com/go/video/transcoder/apiv1/transcoderpb

type Manifest deprecated

type Manifest = src.Manifest

Manifest configuration.

Deprecated: Please use types in: cloud.google.com/go/video/transcoder/apiv1/transcoderpb

type Manifest_ManifestType deprecated

type Manifest_ManifestType = src.Manifest_ManifestType

The manifest type can be either `HLS` or `DASH`.

Deprecated: Please use types in: cloud.google.com/go/video/transcoder/apiv1/transcoderpb

type MuxStream deprecated

type MuxStream = src.MuxStream

Multiplexing settings for output stream.

Deprecated: Please use types in: cloud.google.com/go/video/transcoder/apiv1/transcoderpb

type Output deprecated

type Output = src.Output

Location of output file(s) in a Cloud Storage bucket.

Deprecated: Please use types in: cloud.google.com/go/video/transcoder/apiv1/transcoderpb

type Overlay deprecated

type Overlay = src.Overlay

Overlay configuration.

Deprecated: Please use types in: cloud.google.com/go/video/transcoder/apiv1/transcoderpb

type Overlay_Animation deprecated

type Overlay_Animation = src.Overlay_Animation

Animation types.

Deprecated: Please use types in: cloud.google.com/go/video/transcoder/apiv1/transcoderpb

type Overlay_AnimationEnd deprecated

type Overlay_AnimationEnd = src.Overlay_AnimationEnd

End previous overlay animation from the video. Without AnimationEnd, the overlay object will keep the state of previous animation until the end of the video.

Deprecated: Please use types in: cloud.google.com/go/video/transcoder/apiv1/transcoderpb

type Overlay_AnimationFade deprecated

type Overlay_AnimationFade = src.Overlay_AnimationFade

Display overlay object with fade animation.

Deprecated: Please use types in: cloud.google.com/go/video/transcoder/apiv1/transcoderpb

type Overlay_AnimationStatic deprecated

type Overlay_AnimationStatic = src.Overlay_AnimationStatic

Display static overlay object.

Deprecated: Please use types in: cloud.google.com/go/video/transcoder/apiv1/transcoderpb

type Overlay_Animation_AnimationEnd

type Overlay_Animation_AnimationEnd = src.Overlay_Animation_AnimationEnd

type Overlay_Animation_AnimationFade

type Overlay_Animation_AnimationFade = src.Overlay_Animation_AnimationFade

type Overlay_Animation_AnimationStatic

type Overlay_Animation_AnimationStatic = src.Overlay_Animation_AnimationStatic

type Overlay_FadeType deprecated

type Overlay_FadeType = src.Overlay_FadeType

Fade type for the overlay: `FADE_IN` or `FADE_OUT`.

Deprecated: Please use types in: cloud.google.com/go/video/transcoder/apiv1/transcoderpb

type Overlay_Image deprecated

type Overlay_Image = src.Overlay_Image

Overlaid jpeg image.

Deprecated: Please use types in: cloud.google.com/go/video/transcoder/apiv1/transcoderpb

type Overlay_NormalizedCoordinate deprecated

type Overlay_NormalizedCoordinate = src.Overlay_NormalizedCoordinate

2D normalized coordinates. Default: `{0.0, 0.0}`

Deprecated: Please use types in: cloud.google.com/go/video/transcoder/apiv1/transcoderpb

type PreprocessingConfig deprecated

type PreprocessingConfig = src.PreprocessingConfig

Preprocessing configurations.

Deprecated: Please use types in: cloud.google.com/go/video/transcoder/apiv1/transcoderpb

type PreprocessingConfig_Audio deprecated

type PreprocessingConfig_Audio = src.PreprocessingConfig_Audio

Audio preprocessing configuration.

Deprecated: Please use types in: cloud.google.com/go/video/transcoder/apiv1/transcoderpb

type PreprocessingConfig_Color deprecated

type PreprocessingConfig_Color = src.PreprocessingConfig_Color

Color preprocessing configuration. **Note:** This configuration is not supported.

Deprecated: Please use types in: cloud.google.com/go/video/transcoder/apiv1/transcoderpb

type PreprocessingConfig_Crop deprecated

type PreprocessingConfig_Crop = src.PreprocessingConfig_Crop

Video cropping configuration for the input video. The cropped input video is scaled to match the output resolution.

Deprecated: Please use types in: cloud.google.com/go/video/transcoder/apiv1/transcoderpb

type PreprocessingConfig_Deblock deprecated

type PreprocessingConfig_Deblock = src.PreprocessingConfig_Deblock

Deblock preprocessing configuration. **Note:** This configuration is not supported.

Deprecated: Please use types in: cloud.google.com/go/video/transcoder/apiv1/transcoderpb

type PreprocessingConfig_Denoise deprecated

type PreprocessingConfig_Denoise = src.PreprocessingConfig_Denoise

Denoise preprocessing configuration. **Note:** This configuration is not supported.

Deprecated: Please use types in: cloud.google.com/go/video/transcoder/apiv1/transcoderpb

type PreprocessingConfig_Pad deprecated

type PreprocessingConfig_Pad = src.PreprocessingConfig_Pad

Pad filter configuration for the input video. The padded input video is scaled after padding with black to match the output resolution.

Deprecated: Please use types in: cloud.google.com/go/video/transcoder/apiv1/transcoderpb

type PubsubDestination deprecated

type PubsubDestination = src.PubsubDestination

A Pub/Sub destination.

Deprecated: Please use types in: cloud.google.com/go/video/transcoder/apiv1/transcoderpb

type SegmentSettings deprecated

type SegmentSettings = src.SegmentSettings

Segment settings for `ts`, `fmp4` and `vtt`.

Deprecated: Please use types in: cloud.google.com/go/video/transcoder/apiv1/transcoderpb

type SpriteSheet deprecated

type SpriteSheet = src.SpriteSheet

Sprite sheet configuration.

Deprecated: Please use types in: cloud.google.com/go/video/transcoder/apiv1/transcoderpb

type SpriteSheet_Interval

type SpriteSheet_Interval = src.SpriteSheet_Interval

type SpriteSheet_TotalCount

type SpriteSheet_TotalCount = src.SpriteSheet_TotalCount

type TextStream deprecated

type TextStream = src.TextStream

Encoding of a text stream. For example, closed captions or subtitles.

Deprecated: Please use types in: cloud.google.com/go/video/transcoder/apiv1/transcoderpb

type TextStream_TextMapping deprecated

type TextStream_TextMapping = src.TextStream_TextMapping

The mapping for the `Job.edit_list` atoms with text `EditAtom.inputs`.

Deprecated: Please use types in: cloud.google.com/go/video/transcoder/apiv1/transcoderpb

type TranscoderServiceClient deprecated

type TranscoderServiceClient = src.TranscoderServiceClient

TranscoderServiceClient is the client API for TranscoderService service. For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

Deprecated: Please use types in: cloud.google.com/go/video/transcoder/apiv1/transcoderpb

func NewTranscoderServiceClient deprecated

func NewTranscoderServiceClient(cc grpc.ClientConnInterface) TranscoderServiceClient

Deprecated: Please use funcs in: cloud.google.com/go/video/transcoder/apiv1/transcoderpb

type TranscoderServiceServer deprecated

type TranscoderServiceServer = src.TranscoderServiceServer

TranscoderServiceServer is the server API for TranscoderService service.

Deprecated: Please use types in: cloud.google.com/go/video/transcoder/apiv1/transcoderpb

type UnimplementedTranscoderServiceServer deprecated

type UnimplementedTranscoderServiceServer = src.UnimplementedTranscoderServiceServer

UnimplementedTranscoderServiceServer can be embedded to have forward compatible implementations.

Deprecated: Please use types in: cloud.google.com/go/video/transcoder/apiv1/transcoderpb

type VideoStream deprecated

type VideoStream = src.VideoStream

Video stream resource.

Deprecated: Please use types in: cloud.google.com/go/video/transcoder/apiv1/transcoderpb

type VideoStream_H264

type VideoStream_H264 = src.VideoStream_H264

type VideoStream_H264CodecSettings deprecated

type VideoStream_H264CodecSettings = src.VideoStream_H264CodecSettings

H264 codec settings.

Deprecated: Please use types in: cloud.google.com/go/video/transcoder/apiv1/transcoderpb

type VideoStream_H264CodecSettings_GopDuration

type VideoStream_H264CodecSettings_GopDuration = src.VideoStream_H264CodecSettings_GopDuration

type VideoStream_H264CodecSettings_GopFrameCount

type VideoStream_H264CodecSettings_GopFrameCount = src.VideoStream_H264CodecSettings_GopFrameCount

type VideoStream_H265

type VideoStream_H265 = src.VideoStream_H265

type VideoStream_H265CodecSettings deprecated

type VideoStream_H265CodecSettings = src.VideoStream_H265CodecSettings

H265 codec settings.

Deprecated: Please use types in: cloud.google.com/go/video/transcoder/apiv1/transcoderpb

type VideoStream_H265CodecSettings_GopDuration

type VideoStream_H265CodecSettings_GopDuration = src.VideoStream_H265CodecSettings_GopDuration

type VideoStream_H265CodecSettings_GopFrameCount

type VideoStream_H265CodecSettings_GopFrameCount = src.VideoStream_H265CodecSettings_GopFrameCount

type VideoStream_Vp9

type VideoStream_Vp9 = src.VideoStream_Vp9

type VideoStream_Vp9CodecSettings deprecated

type VideoStream_Vp9CodecSettings = src.VideoStream_Vp9CodecSettings

VP9 codec settings.

Deprecated: Please use types in: cloud.google.com/go/video/transcoder/apiv1/transcoderpb

type VideoStream_Vp9CodecSettings_GopDuration

type VideoStream_Vp9CodecSettings_GopDuration = src.VideoStream_Vp9CodecSettings_GopDuration

type VideoStream_Vp9CodecSettings_GopFrameCount

type VideoStream_Vp9CodecSettings_GopFrameCount = src.VideoStream_Vp9CodecSettings_GopFrameCount

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL