Example #1
0
 internal static extern int /* HRESULT */ SetBalance(
     SafeMediaHandle /* IMILMedia */ THIS_PTR,
     double dblBalance
     );
Example #2
0
 internal static extern int /* HRESULT */ SetIsScrubbingEnabled(
     SafeMediaHandle /* IMILMedia */ THIS_PTR,
     bool isScrubbingEnabled
     );
Example #3
0
 [DllImport(DllImport.MilCore, EntryPoint = "MILMediaSetPosition")]//CASRemoval:
 internal static extern int /* HRESULT */ SetPosition(
     SafeMediaHandle /* IMILMedia */ THIS_PTR,
     long llTime);
Example #4
0
 [DllImport(DllImport.MilCore, EntryPoint = "MILMediaSetVolume")]//CASRemoval:
 internal static extern int /* HRESULT */ SetVolume(
     SafeMediaHandle /* IMILMedia */ THIS_PTR,
     double dblVolume
     );
Example #5
0
 internal static extern int /* HRESULT */ Open(
     SafeMediaHandle /* IMILMedia */ THIS_PTR,
     [In, MarshalAs(UnmanagedType.BStr)] string /* LPOLESTR */ src
     );
Example #6
0
 [DllImport(DllImport.MilCore, EntryPoint = "MILMediaClose")]//CASRemoval:
 internal static extern int /*HRESULT */ Close(
     SafeMediaHandle /* IMILMedia */ THIS_PTR
     );
Example #7
0
 internal static extern int /* HRESULT */ NeedUIFrameUpdate(
     SafeMediaHandle /* IMILMedia */ THIS_PTR
     );
Example #8
0
 internal static extern int /*HRESULT*/ ProcessExitHandler(
     SafeMediaHandle /* IMILMedia */ THIS_PTR
     );
Example #9
0
 [DllImport(DllImport.MilCore, EntryPoint = "MILMediaGetNaturalWidth")]//CASRemoval:
 internal static extern int /* HRESULT */ GetNaturalWidth(
     SafeMediaHandle /* IMILMedia */ THIS_PTR,
     ref UInt32 puiWidth
     );
Example #10
0
 [DllImport(DllImport.MilCore, EntryPoint = "MILMediaGetMediaLength")]//CASRemoval:
 internal static extern int /* HRESULT */ GetMediaLength(
     SafeMediaHandle /* IMILMedia */ THIS_PTR,
     ref long pllLength
     );
Example #11
0
 [DllImport(DllImport.MilCore, EntryPoint = "MILMediaGetNaturalHeight")]//CASRemoval:
 internal static extern int /* HRESULT */ GetNaturalHeight(
     SafeMediaHandle /* IMILMedia */ THIS_PTR,
     ref UInt32 puiHeight
     );
Example #12
0
 [DllImport(DllImport.MilCore, EntryPoint = "MILMediaHasAudio")]//CASRemoval:
 internal static extern int /* HRESULT */ HasAudio(
     SafeMediaHandle /* IMILMedia */ THIS_PTR,
     ref bool pfHasAudio
     );
Example #13
0
 [DllImport(DllImport.MilCore, EntryPoint = "MILMediaGetBufferingProgress")]//CASRemoval:
 internal static extern int /* HRESULT */ GetBufferingProgress(
     SafeMediaHandle /* IMILMedia */ THIS_PTR,
     ref double pProgress
     );
Example #14
0
 [DllImport(DllImport.MilCore, EntryPoint = "MILMediaCanPause")]//CASRemoval:
 internal static extern int /* HRESULT */ CanPause(
     SafeMediaHandle /* IMILMedia */ THIS_PTR,
     ref bool pCanPause
     );
Example #15
0
 [DllImport(DllImport.MilCore, EntryPoint = "MILMediaIsBuffering")]//CASRemoval:
 internal static extern int /* HRESULT */ IsBuffering(
     SafeMediaHandle /* IMILMedia */ THIS_PTR,
     ref bool pIsBuffering
     );