Struct IWMReaderAdvanced2
pub struct IWMReaderAdvanced2(/* private fields */);
Implementations§
§impl IWMReaderAdvanced2
impl 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<P1>(
&self,
dwoutputnum: u32,
pszname: P1,
ptype: *mut WMT_ATTR_DATATYPE,
pvalue: *mut u8,
pcblength: *mut u16,
) -> Result<()>where
P1: Param<PCWSTR>,
pub unsafe fn SetOutputSetting<P1>(
&self,
dwoutputnum: u32,
pszname: P1,
type: WMT_ATTR_DATATYPE,
pvalue: &[u8],
) -> Result<()>where
P1: Param<PCWSTR>,
pub unsafe fn Preroll( &self, cnsstart: u64, cnsduration: u64, frate: f32, ) -> Result<()>
pub unsafe fn SetLogClientID(&self, flogclientid: bool) -> Result<()>
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(&self, fuserclock: bool) -> Result<()>
pub unsafe fn GetUserProvidedClock(&self) -> Result<BOOL>
pub unsafe fn DeliverTime(&self, cnstime: u64) -> Result<()>
pub unsafe fn SetManualStreamSelection(&self, fselection: bool) -> Result<()>
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( &self, fgetcallbacks: bool, ) -> Result<()>
pub unsafe fn GetReceiveSelectionCallbacks(&self) -> Result<BOOL>
pub unsafe fn SetReceiveStreamSamples( &self, wstreamnum: u16, freceivestreamsamples: bool, ) -> Result<()>
pub unsafe fn GetReceiveStreamSamples(&self, wstreamnum: u16) -> Result<BOOL>
pub unsafe fn SetAllocateForOutput( &self, dwoutputnum: u32, fallocate: bool, ) -> Result<()>
pub unsafe fn GetAllocateForOutput(&self, dwoutputnum: u32) -> Result<BOOL>
pub unsafe fn SetAllocateForStream( &self, wstreamnum: u16, fallocate: bool, ) -> Result<()>
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 IWMReaderAdvanced2
impl CanInto<IUnknown> for IWMReaderAdvanced2
§impl CanInto<IWMReaderAdvanced> for IWMReaderAdvanced2
impl CanInto<IWMReaderAdvanced> for IWMReaderAdvanced2
§impl CanInto<IWMReaderAdvanced2> for IWMReaderAdvanced3
impl CanInto<IWMReaderAdvanced2> for IWMReaderAdvanced3
§impl CanInto<IWMReaderAdvanced2> for IWMReaderAdvanced4
impl CanInto<IWMReaderAdvanced2> for IWMReaderAdvanced4
§impl CanInto<IWMReaderAdvanced2> for IWMReaderAdvanced5
impl CanInto<IWMReaderAdvanced2> for IWMReaderAdvanced5
§impl CanInto<IWMReaderAdvanced2> for IWMReaderAdvanced6
impl CanInto<IWMReaderAdvanced2> for IWMReaderAdvanced6
§impl Clone for IWMReaderAdvanced2
impl Clone for IWMReaderAdvanced2
§fn clone(&self) -> IWMReaderAdvanced2
fn clone(&self) -> IWMReaderAdvanced2
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 IWMReaderAdvanced2
impl Debug for IWMReaderAdvanced2
§impl Deref for IWMReaderAdvanced2
impl Deref for IWMReaderAdvanced2
§impl From<&IWMReaderAdvanced2> for &IUnknown
impl From<&IWMReaderAdvanced2> for &IUnknown
§fn from(value: &IWMReaderAdvanced2) -> Self
fn from(value: &IWMReaderAdvanced2) -> Self
Converts to this type from the input type.
§impl From<&IWMReaderAdvanced2> for &IWMReaderAdvanced
impl From<&IWMReaderAdvanced2> for &IWMReaderAdvanced
§fn from(value: &IWMReaderAdvanced2) -> Self
fn from(value: &IWMReaderAdvanced2) -> Self
Converts to this type from the input type.
§impl From<&IWMReaderAdvanced3> for &IWMReaderAdvanced2
impl From<&IWMReaderAdvanced3> for &IWMReaderAdvanced2
§fn from(value: &IWMReaderAdvanced3) -> Self
fn from(value: &IWMReaderAdvanced3) -> Self
Converts to this type from the input type.
§impl From<&IWMReaderAdvanced4> for &IWMReaderAdvanced2
impl From<&IWMReaderAdvanced4> for &IWMReaderAdvanced2
§fn from(value: &IWMReaderAdvanced4) -> Self
fn from(value: &IWMReaderAdvanced4) -> 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<&IWMReaderAdvanced6> for &IWMReaderAdvanced2
impl From<&IWMReaderAdvanced6> for &IWMReaderAdvanced2
§fn from(value: &IWMReaderAdvanced6) -> Self
fn from(value: &IWMReaderAdvanced6) -> Self
Converts to this type from the input type.
§impl From<IWMReaderAdvanced2> for IUnknown
impl From<IWMReaderAdvanced2> for IUnknown
§fn from(value: IWMReaderAdvanced2) -> Self
fn from(value: IWMReaderAdvanced2) -> Self
Converts to this type from the input type.
§impl From<IWMReaderAdvanced2> for IWMReaderAdvanced
impl From<IWMReaderAdvanced2> for IWMReaderAdvanced
§fn from(value: IWMReaderAdvanced2) -> Self
fn from(value: IWMReaderAdvanced2) -> Self
Converts to this type from the input type.
§impl From<IWMReaderAdvanced3> for IWMReaderAdvanced2
impl From<IWMReaderAdvanced3> for IWMReaderAdvanced2
§fn from(value: IWMReaderAdvanced3) -> Self
fn from(value: IWMReaderAdvanced3) -> Self
Converts to this type from the input type.
§impl From<IWMReaderAdvanced4> for IWMReaderAdvanced2
impl From<IWMReaderAdvanced4> for IWMReaderAdvanced2
§fn from(value: IWMReaderAdvanced4) -> Self
fn from(value: IWMReaderAdvanced4) -> 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<IWMReaderAdvanced6> for IWMReaderAdvanced2
impl From<IWMReaderAdvanced6> for IWMReaderAdvanced2
§fn from(value: IWMReaderAdvanced6) -> Self
fn from(value: IWMReaderAdvanced6) -> Self
Converts to this type from the input type.
§impl Interface for IWMReaderAdvanced2
impl Interface for IWMReaderAdvanced2
§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.
§unsafe fn from_raw_borrowed(raw: &*mut c_void) -> Option<&Self>
unsafe fn from_raw_borrowed(raw: &*mut c_void) -> Option<&Self>
§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 IWMReaderAdvanced2
impl PartialEq for IWMReaderAdvanced2
impl Eq for IWMReaderAdvanced2
impl StructuralPartialEq for IWMReaderAdvanced2
Auto Trait Implementations§
impl Freeze for IWMReaderAdvanced2
impl RefUnwindSafe for IWMReaderAdvanced2
impl !Send for IWMReaderAdvanced2
impl !Sync for IWMReaderAdvanced2
impl Unpin for IWMReaderAdvanced2
impl UnwindSafe for IWMReaderAdvanced2
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