public interface IAMStreamConfig
extends com.teamdev.jxdesktop.win32.com.IUnknown
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
INTERFACE_IDENTIFIER |
Modifier and Type | Method and Description |
---|---|
MediaType |
getFormat() |
void |
getNumberOfCapabilities(com.jniwrapper.UInt piCount,
com.jniwrapper.UInt piSize) |
void |
getStreamCaps(int iIndex,
MediaType mediaType,
com.jniwrapper.Pointer streamsConfigCaps) |
void |
setFormat(MediaType type) |
static final java.lang.String INTERFACE_IDENTIFIER
void setFormat(MediaType type) throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException
MediaType getFormat() throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException
void getNumberOfCapabilities(com.jniwrapper.UInt piCount, com.jniwrapper.UInt piSize) throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException
void getStreamCaps(int iIndex, MediaType mediaType, com.jniwrapper.Pointer streamsConfigCaps) throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException