Struct windows::Win32::Media::WindowsMediaFormat::IWMReaderAdvanced5
pub struct IWMReaderAdvanced5(/* private fields */);
Implementations§
§impl IWMReaderAdvanced5
impl IWMReaderAdvanced5
pub unsafe fn SetPlayerHook<P0>(
&self,
dwoutputnum: u32,
phook: P0,
) -> Result<()>where
P0: Param<IWMPlayerHook>,
Methods from Deref<Target = IWMReaderAdvanced4>§
pub unsafe fn GetLanguageCount(&self, dwoutputnum: u32) -> Result<u16>
pub unsafe fn GetLanguage( &self, dwoutputnum: u32, wlanguage: u16, pwszlanguagestring: PWSTR, pcchlanguagestringlength: *mut u16, ) -> Result<()>
pub unsafe fn GetMaxSpeedFactor(&self) -> Result<f64>
pub unsafe fn IsUsingFastCache(&self) -> Result<BOOL>
pub unsafe fn AddLogParam<P0, P1, P2>(
&self,
wsznamespace: P0,
wszname: P1,
wszvalue: P2,
) -> Result<()>where
P0: Param<PCWSTR>,
P1: Param<PCWSTR>,
P2: Param<PCWSTR>,
pub unsafe fn SendLogParams(&self) -> Result<()>
pub unsafe fn CanSaveFileAs(&self) -> Result<BOOL>
pub unsafe fn CancelSaveFileAs(&self) -> Result<()>
pub unsafe fn GetURL(&self, pwszurl: PWSTR, pcchurl: *mut u32) -> Result<()>
Methods from Deref<Target = IWMReaderAdvanced3>§
pub unsafe fn StopNetStreaming(&self) -> Result<()>
pub unsafe fn StartAtPosition( &self, wstreamnum: u16, pvoffsetstart: *const c_void, pvduration: *const c_void, dwoffsetformat: WMT_OFFSET_FORMAT, frate: f32, pvcontext: *const c_void, ) -> Result<()>
Methods from Deref<Target = IWMReaderAdvanced2>§
pub unsafe fn SetPlayMode(&self, mode: WMT_PLAY_MODE) -> Result<()>
pub unsafe fn GetPlayMode(&self) -> Result<WMT_PLAY_MODE>
pub unsafe fn GetBufferProgress( &self, pdwpercent: *mut u32, pcnsbuffering: *mut u64, ) -> Result<()>
pub unsafe fn GetDownloadProgress( &self, pdwpercent: *mut u32, pqwbytesdownloaded: *mut u64, pcnsdownload: *mut u64, ) -> Result<()>
pub unsafe fn GetSaveAsProgress(&self) -> Result<u32>
pub unsafe fn SaveFileAs<P0>(&self, pwszfilename: P0) -> Result<()>where
P0: Param<PCWSTR>,
pub unsafe fn GetProtocolName( &self, pwszprotocol: PWSTR, pcchprotocol: *mut u32, ) -> Result<()>
pub unsafe fn StartAtMarker( &self, wmarkerindex: u16, cnsduration: u64, frate: f32, pvcontext: *const c_void, ) -> Result<()>
pub unsafe fn GetOutputSetting<P0>(
&self,
dwoutputnum: u32,
pszname: P0,
ptype: *mut WMT_ATTR_DATATYPE,
pvalue: *mut u8,
pcblength: *mut u16,
) -> Result<()>where
P0: Param<PCWSTR>,
pub unsafe fn SetOutputSetting<P0>(
&self,
dwoutputnum: u32,
pszname: P0,
type: WMT_ATTR_DATATYPE,
pvalue: &[u8],
) -> Result<()>where
P0: Param<PCWSTR>,
pub unsafe fn Preroll( &self, cnsstart: u64, cnsduration: u64, frate: f32, ) -> Result<()>
pub unsafe fn SetLogClientID<P0>(&self, flogclientid: P0) -> Result<()>where
P0: Param<BOOL>,
pub unsafe fn GetLogClientID(&self) -> Result<BOOL>
pub unsafe fn StopBuffering(&self) -> Result<()>
pub unsafe fn OpenStream<P0, P1>(
&self,
pstream: P0,
pcallback: P1,
pvcontext: *const c_void,
) -> Result<()>where
P0: Param<IStream>,
P1: Param<IWMReaderCallback>,
Methods from Deref<Target = IWMReaderAdvanced>§
pub unsafe fn SetUserProvidedClock<P0>(&self, fuserclock: P0) -> Result<()>where
P0: Param<BOOL>,
pub unsafe fn GetUserProvidedClock(&self) -> Result<BOOL>
pub unsafe fn DeliverTime(&self, cnstime: u64) -> Result<()>
pub unsafe fn SetManualStreamSelection<P0>(&self, fselection: P0) -> Result<()>where
P0: Param<BOOL>,
pub unsafe fn GetManualStreamSelection(&self) -> Result<BOOL>
pub unsafe fn SetStreamsSelected( &self, cstreamcount: u16, pwstreamnumbers: *const u16, pselections: *const WMT_STREAM_SELECTION, ) -> Result<()>
pub unsafe fn GetStreamSelected( &self, wstreamnum: u16, ) -> Result<WMT_STREAM_SELECTION>
pub unsafe fn SetReceiveSelectionCallbacks<P0>(
&self,
fgetcallbacks: P0,
) -> Result<()>where
P0: Param<BOOL>,
pub unsafe fn GetReceiveSelectionCallbacks(&self) -> Result<BOOL>
pub unsafe fn SetReceiveStreamSamples<P0>(
&self,
wstreamnum: u16,
freceivestreamsamples: P0,
) -> Result<()>where
P0: Param<BOOL>,
pub unsafe fn GetReceiveStreamSamples(&self, wstreamnum: u16) -> Result<BOOL>
pub unsafe fn SetAllocateForOutput<P0>(
&self,
dwoutputnum: u32,
fallocate: P0,
) -> Result<()>where
P0: Param<BOOL>,
pub unsafe fn GetAllocateForOutput(&self, dwoutputnum: u32) -> Result<BOOL>
pub unsafe fn SetAllocateForStream<P0>(
&self,
wstreamnum: u16,
fallocate: P0,
) -> Result<()>where
P0: Param<BOOL>,
pub unsafe fn GetAllocateForStream(&self, dwsreamnum: u16) -> Result<BOOL>
pub unsafe fn GetStatistics( &self, pstatistics: *mut WM_READER_STATISTICS, ) -> Result<()>
pub unsafe fn SetClientInfo( &self, pclientinfo: *const WM_READER_CLIENTINFO, ) -> Result<()>
pub unsafe fn GetMaxOutputSampleSize(&self, dwoutput: u32) -> Result<u32>
pub unsafe fn GetMaxStreamSampleSize(&self, wstream: u16) -> Result<u32>
pub unsafe fn NotifyLateDelivery(&self, cnslateness: u64) -> Result<()>
Trait Implementations§
§impl CanInto<IUnknown> for IWMReaderAdvanced5
impl CanInto<IUnknown> for IWMReaderAdvanced5
§impl CanInto<IWMReaderAdvanced> for IWMReaderAdvanced5
impl CanInto<IWMReaderAdvanced> for IWMReaderAdvanced5
§impl CanInto<IWMReaderAdvanced2> for IWMReaderAdvanced5
impl CanInto<IWMReaderAdvanced2> for IWMReaderAdvanced5
§impl CanInto<IWMReaderAdvanced3> for IWMReaderAdvanced5
impl CanInto<IWMReaderAdvanced3> for IWMReaderAdvanced5
§impl CanInto<IWMReaderAdvanced4> for IWMReaderAdvanced5
impl CanInto<IWMReaderAdvanced4> for IWMReaderAdvanced5
§impl CanInto<IWMReaderAdvanced5> for IWMReaderAdvanced6
impl CanInto<IWMReaderAdvanced5> for IWMReaderAdvanced6
§impl Clone for IWMReaderAdvanced5
impl Clone for IWMReaderAdvanced5
§fn clone(&self) -> IWMReaderAdvanced5
fn clone(&self) -> IWMReaderAdvanced5
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§impl Debug for IWMReaderAdvanced5
impl Debug for IWMReaderAdvanced5
§impl Deref for IWMReaderAdvanced5
impl Deref for IWMReaderAdvanced5
§impl From<&IWMReaderAdvanced5> for &IUnknown
impl From<&IWMReaderAdvanced5> for &IUnknown
§fn from(value: &IWMReaderAdvanced5) -> Self
fn from(value: &IWMReaderAdvanced5) -> Self
Converts to this type from the input type.
§impl From<&IWMReaderAdvanced5> for &IWMReaderAdvanced
impl From<&IWMReaderAdvanced5> for &IWMReaderAdvanced
§fn from(value: &IWMReaderAdvanced5) -> Self
fn from(value: &IWMReaderAdvanced5) -> Self
Converts to this type from the input type.
§impl From<&IWMReaderAdvanced5> for &IWMReaderAdvanced2
impl From<&IWMReaderAdvanced5> for &IWMReaderAdvanced2
§fn from(value: &IWMReaderAdvanced5) -> Self
fn from(value: &IWMReaderAdvanced5) -> Self
Converts to this type from the input type.
§impl From<&IWMReaderAdvanced5> for &IWMReaderAdvanced3
impl From<&IWMReaderAdvanced5> for &IWMReaderAdvanced3
§fn from(value: &IWMReaderAdvanced5) -> Self
fn from(value: &IWMReaderAdvanced5) -> Self
Converts to this type from the input type.
§impl From<&IWMReaderAdvanced5> for &IWMReaderAdvanced4
impl From<&IWMReaderAdvanced5> for &IWMReaderAdvanced4
§fn from(value: &IWMReaderAdvanced5) -> Self
fn from(value: &IWMReaderAdvanced5) -> Self
Converts to this type from the input type.
§impl From<&IWMReaderAdvanced6> for &IWMReaderAdvanced5
impl From<&IWMReaderAdvanced6> for &IWMReaderAdvanced5
§fn from(value: &IWMReaderAdvanced6) -> Self
fn from(value: &IWMReaderAdvanced6) -> Self
Converts to this type from the input type.
§impl From<IWMReaderAdvanced5> for IUnknown
impl From<IWMReaderAdvanced5> for IUnknown
§fn from(value: IWMReaderAdvanced5) -> Self
fn from(value: IWMReaderAdvanced5) -> Self
Converts to this type from the input type.
§impl From<IWMReaderAdvanced5> for IWMReaderAdvanced
impl From<IWMReaderAdvanced5> for IWMReaderAdvanced
§fn from(value: IWMReaderAdvanced5) -> Self
fn from(value: IWMReaderAdvanced5) -> Self
Converts to this type from the input type.
§impl From<IWMReaderAdvanced5> for IWMReaderAdvanced2
impl From<IWMReaderAdvanced5> for IWMReaderAdvanced2
§fn from(value: IWMReaderAdvanced5) -> Self
fn from(value: IWMReaderAdvanced5) -> Self
Converts to this type from the input type.
§impl From<IWMReaderAdvanced5> for IWMReaderAdvanced3
impl From<IWMReaderAdvanced5> for IWMReaderAdvanced3
§fn from(value: IWMReaderAdvanced5) -> Self
fn from(value: IWMReaderAdvanced5) -> Self
Converts to this type from the input type.
§impl From<IWMReaderAdvanced5> for IWMReaderAdvanced4
impl From<IWMReaderAdvanced5> for IWMReaderAdvanced4
§fn from(value: IWMReaderAdvanced5) -> Self
fn from(value: IWMReaderAdvanced5) -> Self
Converts to this type from the input type.
§impl From<IWMReaderAdvanced6> for IWMReaderAdvanced5
impl From<IWMReaderAdvanced6> for IWMReaderAdvanced5
§fn from(value: IWMReaderAdvanced6) -> Self
fn from(value: IWMReaderAdvanced6) -> Self
Converts to this type from the input type.
§impl Interface for IWMReaderAdvanced5
impl Interface for IWMReaderAdvanced5
§fn as_raw(&self) -> *mut c_void
fn as_raw(&self) -> *mut c_void
Returns the raw COM interface pointer. The resulting pointer continues to be owned by the
Interface
implementation.§fn into_raw(self) -> *mut c_void
fn into_raw(self) -> *mut c_void
Returns the raw COM interface pointer and releases ownership. It the caller’s responsibility to release the COM interface pointer.
§fn cast<T>(&self) -> Result<T, Error>where
T: Interface,
fn cast<T>(&self) -> Result<T, Error>where
T: Interface,
Attempts to cast the current interface to another interface using
QueryInterface
. Read more§fn cast_to_any<T>(&self) -> Result<&(dyn Any + 'static), Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
fn cast_to_any<T>(&self) -> Result<&(dyn Any + 'static), Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
This casts the given COM interface to [
&dyn Any
]. Read more§fn is_object<T>(&self) -> boolwhere
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
fn is_object<T>(&self) -> boolwhere
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
§fn cast_object_ref<T>(&self) -> Result<&<T as ComObjectInner>::Outer, Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
fn cast_object_ref<T>(&self) -> Result<&<T as ComObjectInner>::Outer, Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
This casts the given COM interface to [
&dyn Any
]. It returns a reference to the “outer”
object, e.g. &MyApp_Impl
, not the inner &MyApp
object. Read more§fn cast_object<T>(&self) -> Result<ComObject<T>, Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
fn cast_object<T>(&self) -> Result<ComObject<T>, Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
This casts the given COM interface to [
&dyn Any
]. It returns a reference to the “outer”
object, e.g. MyApp_Impl
, not the inner MyApp
object. Read more§fn downgrade(&self) -> Result<Weak<Self>, Error>
fn downgrade(&self) -> Result<Weak<Self>, Error>
Attempts to create a [
Weak
] reference to this object.§impl PartialEq for IWMReaderAdvanced5
impl PartialEq for IWMReaderAdvanced5
§fn eq(&self, other: &IWMReaderAdvanced5) -> bool
fn eq(&self, other: &IWMReaderAdvanced5) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for IWMReaderAdvanced5
impl StructuralPartialEq for IWMReaderAdvanced5
Auto Trait Implementations§
impl Freeze for IWMReaderAdvanced5
impl RefUnwindSafe for IWMReaderAdvanced5
impl !Send for IWMReaderAdvanced5
impl !Sync for IWMReaderAdvanced5
impl Unpin for IWMReaderAdvanced5
impl UnwindSafe for IWMReaderAdvanced5
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)