package transcoder
import "google.golang.org/genproto/googleapis/cloud/video/transcoder/v1"
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
- Variables
- func RegisterTranscoderServiceServer(s *grpc.Server, srv TranscoderServiceServer)
- type AdBreak
- type AudioStream
- type AudioStream_AudioMapping
- type CreateJobRequest
- type CreateJobTemplateRequest
- type DeleteJobRequest
- type DeleteJobTemplateRequest
- type EditAtom
- type ElementaryStream
- type ElementaryStream_AudioStream
- type ElementaryStream_TextStream
- type ElementaryStream_VideoStream
- type GetJobRequest
- type GetJobTemplateRequest
- type Input
- type Job
- type JobConfig
- type JobTemplate
- type Job_Config
- type Job_ProcessingState
- type Job_TemplateId
- type ListJobTemplatesRequest
- type ListJobTemplatesResponse
- type ListJobsRequest
- type ListJobsResponse
- type Manifest
- type Manifest_ManifestType
- type MuxStream
- type Output
- type Overlay
- type Overlay_Animation
- type Overlay_AnimationEnd
- type Overlay_AnimationFade
- type Overlay_AnimationStatic
- type Overlay_Animation_AnimationEnd
- type Overlay_Animation_AnimationFade
- type Overlay_Animation_AnimationStatic
- type Overlay_FadeType
- type Overlay_Image
- type Overlay_NormalizedCoordinate
- type PreprocessingConfig
- type PreprocessingConfig_Audio
- type PreprocessingConfig_Color
- type PreprocessingConfig_Crop
- type PreprocessingConfig_Deblock
- type PreprocessingConfig_Denoise
- type PreprocessingConfig_Pad
- type PubsubDestination
- type SegmentSettings
- type SpriteSheet
- type SpriteSheet_Interval
- type SpriteSheet_TotalCount
- type TextStream
- type TextStream_TextMapping
- type TranscoderServiceClient
- type TranscoderServiceServer
- type UnimplementedTranscoderServiceServer
- type VideoStream
- type VideoStream_H264
- type VideoStream_H264CodecSettings
- type VideoStream_H264CodecSettings_GopDuration
- type VideoStream_H264CodecSettings_GopFrameCount
- type VideoStream_H265
- type VideoStream_H265CodecSettings
- type VideoStream_H265CodecSettings_GopDuration
- type VideoStream_H265CodecSettings_GopFrameCount
- type VideoStream_Vp9
- type VideoStream_Vp9CodecSettings
- type VideoStream_Vp9CodecSettings_GopDuration
- type VideoStream_Vp9CodecSettings_GopFrameCount
Constants ¶
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 ¶
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 ¶
func RegisterTranscoderServiceServer(s *grpc.Server, srv TranscoderServiceServer)
Deprecated: Please use funcs in: cloud.google.com/go/video/transcoder/apiv1/transcoderpb
Types ¶
type AdBreak ¶
Ad break.
Deprecated: Please use types in: cloud.google.com/go/video/transcoder/apiv1/transcoderpb
type AudioStream ¶
type AudioStream = src.AudioStream
Audio stream resource.
Deprecated: Please use types in: cloud.google.com/go/video/transcoder/apiv1/transcoderpb
type AudioStream_AudioMapping ¶
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 ¶
type CreateJobRequest = src.CreateJobRequest
Request message for `TranscoderService.CreateJob`.
Deprecated: Please use types in: cloud.google.com/go/video/transcoder/apiv1/transcoderpb
type CreateJobTemplateRequest ¶
type CreateJobTemplateRequest = src.CreateJobTemplateRequest
Request message for `TranscoderService.CreateJobTemplate`.
Deprecated: Please use types in: cloud.google.com/go/video/transcoder/apiv1/transcoderpb
type DeleteJobRequest ¶
type DeleteJobRequest = src.DeleteJobRequest
Request message for `TranscoderService.DeleteJob`.
Deprecated: Please use types in: cloud.google.com/go/video/transcoder/apiv1/transcoderpb
type DeleteJobTemplateRequest ¶
type DeleteJobTemplateRequest = src.DeleteJobTemplateRequest
Request message for `TranscoderService.DeleteJobTemplate`.
Deprecated: Please use types in: cloud.google.com/go/video/transcoder/apiv1/transcoderpb
type EditAtom ¶
Edit atom.
Deprecated: Please use types in: cloud.google.com/go/video/transcoder/apiv1/transcoderpb
type ElementaryStream ¶
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 ¶
type GetJobRequest = src.GetJobRequest
Request message for `TranscoderService.GetJob`.
Deprecated: Please use types in: cloud.google.com/go/video/transcoder/apiv1/transcoderpb
type GetJobTemplateRequest ¶
type GetJobTemplateRequest = src.GetJobTemplateRequest
Request message for `TranscoderService.GetJobTemplate`.
Deprecated: Please use types in: cloud.google.com/go/video/transcoder/apiv1/transcoderpb
type Input ¶
Input asset.
Deprecated: Please use types in: cloud.google.com/go/video/transcoder/apiv1/transcoderpb
type Job ¶
Transcoding job resource.
Deprecated: Please use types in: cloud.google.com/go/video/transcoder/apiv1/transcoderpb
type JobConfig ¶
Job configuration
Deprecated: Please use types in: cloud.google.com/go/video/transcoder/apiv1/transcoderpb
type JobTemplate ¶
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 ¶
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 ¶
type ListJobTemplatesRequest = src.ListJobTemplatesRequest
Request message for `TranscoderService.ListJobTemplates`.
Deprecated: Please use types in: cloud.google.com/go/video/transcoder/apiv1/transcoderpb
type ListJobTemplatesResponse ¶
type ListJobTemplatesResponse = src.ListJobTemplatesResponse
Response message for `TranscoderService.ListJobTemplates`.
Deprecated: Please use types in: cloud.google.com/go/video/transcoder/apiv1/transcoderpb
type ListJobsRequest ¶
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 ¶
type ListJobsResponse = src.ListJobsResponse
Response message for `TranscoderService.ListJobs`.
Deprecated: Please use types in: cloud.google.com/go/video/transcoder/apiv1/transcoderpb
type Manifest ¶
Manifest configuration.
Deprecated: Please use types in: cloud.google.com/go/video/transcoder/apiv1/transcoderpb
type Manifest_ManifestType ¶
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 ¶
Multiplexing settings for output stream.
Deprecated: Please use types in: cloud.google.com/go/video/transcoder/apiv1/transcoderpb
type 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 ¶
Overlay configuration.
Deprecated: Please use types in: cloud.google.com/go/video/transcoder/apiv1/transcoderpb
type Overlay_Animation ¶
type Overlay_Animation = src.Overlay_Animation
Animation types.
Deprecated: Please use types in: cloud.google.com/go/video/transcoder/apiv1/transcoderpb
type Overlay_AnimationEnd ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
type PreprocessingConfig = src.PreprocessingConfig
Preprocessing configurations.
Deprecated: Please use types in: cloud.google.com/go/video/transcoder/apiv1/transcoderpb
type PreprocessingConfig_Audio ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
type PubsubDestination = src.PubsubDestination
A Pub/Sub destination.
Deprecated: Please use types in: cloud.google.com/go/video/transcoder/apiv1/transcoderpb
type SegmentSettings ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
func NewTranscoderServiceClient(cc grpc.ClientConnInterface) TranscoderServiceClient
Deprecated: Please use funcs in: cloud.google.com/go/video/transcoder/apiv1/transcoderpb
type TranscoderServiceServer ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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
Source Files ¶
alias.go
- Version
- v0.0.0-20250219182151-9fdb1cabc7b2 (latest)
- Published
- Feb 19, 2025
- Platform
- linux/amd64
- Imports
- 2 packages
- Last checked
- 1 hour ago –
Tools for package owners.