Struct google_transcoder1_beta1::api::MuxStream [−][src]
Multiplexing settings for output stream.
This type is not used in any activity, and only used as part of another schema.
Fields
container: Option<String>The container format. The default is "mp4" Supported container formats: - 'ts' - 'fmp4'- the corresponding file extension is ".m4s" - 'mp4' - 'vtt'
elementary_streams: Option<Vec<String>>List of ElementaryStream.keys multiplexed in this stream.
encryption: Option<Encryption>Encryption settings.
file_name: Option<String>The name of the generated file. The default is MuxStream.key with the extension suffix corresponding to the MuxStream.container. Individual segments also have an incremental 10-digit zero-padded suffix starting from 0 before the extension, such as "mux_stream0000000123.ts".
key: Option<String>A unique key for this multiplexed stream. HLS media manifests will be named MuxStream.key with the ".m3u8" extension suffix.
segment_settings: Option<SegmentSettings>Segment settings for "ts", "fmp4" and "vtt".
Trait Implementations
impl Clone for MuxStream[src]
impl Debug for MuxStream[src]
impl Default for MuxStream[src]
impl<'de> Deserialize<'de> for MuxStream[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl Part for MuxStream[src]
impl Serialize for MuxStream[src]
Auto Trait Implementations
impl RefUnwindSafe for MuxStream[src]
impl Send for MuxStream[src]
impl Sync for MuxStream[src]
impl Unpin for MuxStream[src]
impl UnwindSafe for MuxStream[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>,