Class SpriteSheet (1.5.0)
Stay organized with collections
Save and categorize content based on your preferences.
- 1.79.0 (latest)
- 1.77.0
- 1.75.0
- 1.74.0
- 1.73.0
- 1.72.0
- 1.71.0
- 1.69.0
- 1.67.0
- 1.66.0
- 1.63.0
- 1.62.0
- 1.61.0
- 1.59.0
- 1.58.0
- 1.57.0
- 1.56.0
- 1.55.0
- 1.54.0
- 1.53.0
- 1.52.0
- 1.51.0
- 1.50.0
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.10.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.5
- 1.0.4
- 0.4.3
publicfinalclass SpriteSheetextendsGeneratedMessageV3implementsSpriteSheetOrBuilderSprite sheet configuration.
Protobuf type google.cloud.video.transcoder.v1.SpriteSheet
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > SpriteSheetImplements
SpriteSheetOrBuilderInherited Members
Static Fields
COLUMN_COUNT_FIELD_NUMBER
publicstaticfinalintCOLUMN_COUNT_FIELD_NUMBEREND_TIME_OFFSET_FIELD_NUMBER
publicstaticfinalintEND_TIME_OFFSET_FIELD_NUMBERFILE_PREFIX_FIELD_NUMBER
publicstaticfinalintFILE_PREFIX_FIELD_NUMBERFORMAT_FIELD_NUMBER
publicstaticfinalintFORMAT_FIELD_NUMBERINTERVAL_FIELD_NUMBER
publicstaticfinalintINTERVAL_FIELD_NUMBERQUALITY_FIELD_NUMBER
publicstaticfinalintQUALITY_FIELD_NUMBERROW_COUNT_FIELD_NUMBER
publicstaticfinalintROW_COUNT_FIELD_NUMBERSPRITE_HEIGHT_PIXELS_FIELD_NUMBER
publicstaticfinalintSPRITE_HEIGHT_PIXELS_FIELD_NUMBERSPRITE_WIDTH_PIXELS_FIELD_NUMBER
publicstaticfinalintSPRITE_WIDTH_PIXELS_FIELD_NUMBERSTART_TIME_OFFSET_FIELD_NUMBER
publicstaticfinalintSTART_TIME_OFFSET_FIELD_NUMBERTOTAL_COUNT_FIELD_NUMBER
publicstaticfinalintTOTAL_COUNT_FIELD_NUMBERStatic Methods
getDefaultInstance()
publicstaticSpriteSheetgetDefaultInstance()getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()newBuilder()
publicstaticSpriteSheet.BuildernewBuilder()newBuilder(SpriteSheet prototype)
publicstaticSpriteSheet.BuildernewBuilder(SpriteSheetprototype)parseDelimitedFrom(InputStream input)
publicstaticSpriteSheetparseDelimitedFrom(InputStreaminput)parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
publicstaticSpriteSheetparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)parseFrom(byte[] data)
publicstaticSpriteSheetparseFrom(byte[]data)byte[]parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
publicstaticSpriteSheetparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)byte[]parseFrom(ByteString data)
publicstaticSpriteSheetparseFrom(ByteStringdata)parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
publicstaticSpriteSheetparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)parseFrom(CodedInputStream input)
publicstaticSpriteSheetparseFrom(CodedInputStreaminput)parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
publicstaticSpriteSheetparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)parseFrom(InputStream input)
publicstaticSpriteSheetparseFrom(InputStreaminput)parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
publicstaticSpriteSheetparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)parseFrom(ByteBuffer data)
publicstaticSpriteSheetparseFrom(ByteBufferdata)parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
publicstaticSpriteSheetparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)parser()
publicstaticParser<SpriteSheet>parser()Methods
equals(Object obj)
publicbooleanequals(Objectobj)getColumnCount()
publicintgetColumnCount()The maximum number of sprites per row in a sprite sheet. The default is 0, which indicates no maximum limit.
int32 column_count = 5;
The columnCount.
getDefaultInstanceForType()
publicSpriteSheetgetDefaultInstanceForType()getEndTimeOffset()
publicDurationgetEndTimeOffset() End time in seconds, relative to the output file timeline. When
end_time_offset is not specified, the sprites are generated until the end
of the output file.
.google.protobuf.Duration end_time_offset = 8;
The endTimeOffset.
getEndTimeOffsetOrBuilder()
publicDurationOrBuildergetEndTimeOffsetOrBuilder() End time in seconds, relative to the output file timeline. When
end_time_offset is not specified, the sprites are generated until the end
of the output file.
.google.protobuf.Duration end_time_offset = 8;
getExtractionStrategyCase()
publicSpriteSheet.ExtractionStrategyCasegetExtractionStrategyCase()getFilePrefix()
publicStringgetFilePrefix() Required. File name prefix for the generated sprite sheets.
Each sprite sheet has an incremental 10-digit zero-padded suffix starting
from 0 before the extension, such as sprite_sheet0000000123.jpeg.
string file_prefix = 2 [(.google.api.field_behavior) = REQUIRED];
The filePrefix.
getFilePrefixBytes()
publicByteStringgetFilePrefixBytes() Required. File name prefix for the generated sprite sheets.
Each sprite sheet has an incremental 10-digit zero-padded suffix starting
from 0 before the extension, such as sprite_sheet0000000123.jpeg.
string file_prefix = 2 [(.google.api.field_behavior) = REQUIRED];
The bytes for filePrefix.
getFormat()
publicStringgetFormat() Format type. The default is jpeg.
Supported formats:
jpeg
string format = 1;
The format.
getFormatBytes()
publicByteStringgetFormatBytes() Format type. The default is jpeg.
Supported formats:
jpeg
string format = 1;
The bytes for format.
getInterval()
publicDurationgetInterval() Starting from 0s, create sprites at regular intervals. Specify the
interval value in seconds.
.google.protobuf.Duration interval = 10;
The interval.
getIntervalOrBuilder()
publicDurationOrBuildergetIntervalOrBuilder() Starting from 0s, create sprites at regular intervals. Specify the
interval value in seconds.
.google.protobuf.Duration interval = 10;
getParserForType()
publicParser<SpriteSheet>getParserForType()getQuality()
publicintgetQuality()The quality of the generated sprite sheet. Enter a value between 1 and 100, where 1 is the lowest quality and 100 is the highest quality. The default is 100. A high quality value corresponds to a low image data compression ratio.
int32 quality = 11;
The quality.
getRowCount()
publicintgetRowCount()The maximum number of rows per sprite sheet. When the sprite sheet is full, a new sprite sheet is created. The default is 0, which indicates no maximum limit.
int32 row_count = 6;
The rowCount.
getSerializedSize()
publicintgetSerializedSize()getSpriteHeightPixels()
publicintgetSpriteHeightPixels()Required. The height of sprite in pixels. Must be an even integer. To preserve the source aspect ratio, set the SpriteSheet.sprite_height_pixels field or the SpriteSheet.sprite_width_pixels field, but not both (the API will automatically calculate the missing field).
int32 sprite_height_pixels = 4 [(.google.api.field_behavior) = REQUIRED];
The spriteHeightPixels.
getSpriteWidthPixels()
publicintgetSpriteWidthPixels()Required. The width of sprite in pixels. Must be an even integer. To preserve the source aspect ratio, set the SpriteSheet.sprite_width_pixels field or the SpriteSheet.sprite_height_pixels field, but not both (the API will automatically calculate the missing field).
int32 sprite_width_pixels = 3 [(.google.api.field_behavior) = REQUIRED];
The spriteWidthPixels.
getStartTimeOffset()
publicDurationgetStartTimeOffset() Start time in seconds, relative to the output file timeline. Determines the
first sprite to pick. The default is 0s.
.google.protobuf.Duration start_time_offset = 7;
The startTimeOffset.
getStartTimeOffsetOrBuilder()
publicDurationOrBuildergetStartTimeOffsetOrBuilder() Start time in seconds, relative to the output file timeline. Determines the
first sprite to pick. The default is 0s.
.google.protobuf.Duration start_time_offset = 7;
getTotalCount()
publicintgetTotalCount()Total number of sprites. Create the specified number of sprites distributed evenly across the timeline of the output media. The default is 100.
int32 total_count = 9;
The totalCount.
getUnknownFields()
publicfinalUnknownFieldSetgetUnknownFields()hasEndTimeOffset()
publicbooleanhasEndTimeOffset() End time in seconds, relative to the output file timeline. When
end_time_offset is not specified, the sprites are generated until the end
of the output file.
.google.protobuf.Duration end_time_offset = 8;
Whether the endTimeOffset field is set.
hasInterval()
publicbooleanhasInterval() Starting from 0s, create sprites at regular intervals. Specify the
interval value in seconds.
.google.protobuf.Duration interval = 10;
Whether the interval field is set.
hasStartTimeOffset()
publicbooleanhasStartTimeOffset() Start time in seconds, relative to the output file timeline. Determines the
first sprite to pick. The default is 0s.
.google.protobuf.Duration start_time_offset = 7;
Whether the startTimeOffset field is set.
hasTotalCount()
publicbooleanhasTotalCount()Total number of sprites. Create the specified number of sprites distributed evenly across the timeline of the output media. The default is 100.
int32 total_count = 9;
Whether the totalCount field is set.
hashCode()
publicinthashCode()internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()isInitialized()
publicfinalbooleanisInitialized()newBuilderForType()
publicSpriteSheet.BuildernewBuilderForType()newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protectedSpriteSheet.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)toBuilder()
publicSpriteSheet.BuildertoBuilder()writeTo(CodedOutputStream output)
publicvoidwriteTo(CodedOutputStreamoutput)