public class TimedMetadataInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| TimedMetadataInfo() | 
| TimedMetadataInfo(TimedMetadataInfo source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getID3()Get Base64-encoded id3 metadata information, with a maximum limit of 1024 characters. | 
| void | setID3(String ID3)Set Base64-encoded id3 metadata information, with a maximum limit of 1024 characters. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic TimedMetadataInfo()
public TimedMetadataInfo(TimedMetadataInfo source)
public String getID3()
public void setID3(String ID3)
ID3 - Base64-encoded id3 metadata information, with a maximum limit of 1024 characters.Copyright © 2025. All rights reserved.