Struct google_youtube3::api::ImageSettings [−][src]
Branding properties for images associated with the channel.
This type is not used in any activity, and only used as part of another schema.
Fields
background_image_url: Option<LocalizedProperty>The URL for the background image shown on the video watch page. The image should be 1200px by 615px, with a maximum file size of 128k.
This is generated when a ChannelBanner.Insert request has succeeded for the given channel.
Banner image. Desktop size (1060x175).
Banner image. Mobile size high resolution (1440x395).
Banner image. Mobile size high resolution (1280x360).
Banner image. Mobile size (640x175).
Banner image. Mobile size low resolution (320x88).
Banner image. Mobile size medium/high resolution (960x263).
Banner image. Tablet size extra high resolution (2560x424).
Banner image. Tablet size high resolution (2276x377).
Banner image. Tablet size (1707x283).
Banner image. Tablet size low resolution (1138x188).
Banner image. TV size high resolution (1920x1080).
Banner image. TV size extra high resolution (2120x1192).
Banner image. TV size low resolution (854x480).
Banner image. TV size medium resolution (1280x720).
The image map script for the large banner image.
The URL for the 854px by 70px image that appears below the video player in the expanded video view of the video watch page.
The image map script for the small banner image.
The URL for the 640px by 70px banner image that appears below the video player in the default view of the video watch page. The URL for the image that appears above the top-left corner of the video player. This is a 25-pixel-high image with a flexible width that cannot exceed 170 pixels.
tracking_image_url: Option<String>The URL for a 1px by 1px tracking pixel that can be used to collect statistics for views of the channel or video pages.
watch_icon_image_url: Option<String>no description provided
Trait Implementations
impl Clone for ImageSettings[src]
fn clone(&self) -> ImageSettings[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for ImageSettings[src]
impl Default for ImageSettings[src]
fn default() -> ImageSettings[src]
impl<'de> Deserialize<'de> for ImageSettings[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl Part for ImageSettings[src]
impl Serialize for ImageSettings[src]
Auto Trait Implementations
impl RefUnwindSafe for ImageSettings[src]
impl Send for ImageSettings[src]
impl Sync for ImageSettings[src]
impl Unpin for ImageSettings[src]
impl UnwindSafe for ImageSettings[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T[src]
impl<T> Instrument for T[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,