Struct plex_api::transcode::ArtTranscodeOptions
source · pub struct ArtTranscodeOptions {
pub upscale: bool,
pub min_size: bool,
}Fields§
§upscale: boolIf true and the source image is smaller than that requested it will be upscaled.
min_size: boolSets whether the requested size is the minimum size desired or the maximum.
Trait Implementations§
source§impl Clone for ArtTranscodeOptions
impl Clone for ArtTranscodeOptions
source§fn clone(&self) -> ArtTranscodeOptions
fn clone(&self) -> ArtTranscodeOptions
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more