Interface IMediaBlockDynamicInputs
Interface IMediaBlockDynamicInputs.
Namespace: VisioForge.Core.MediaBlocks
Assembly: VisioForge.Core.dll
Syntax
public interface IMediaBlockDynamicInputs
Methods
CreateNewInput(MediaBlockPadMediaType)
Creates the new input.
Declaration
MediaBlockPad CreateNewInput(MediaBlockPadMediaType mediaType)
Parameters
| Type | Name | Description |
|---|---|---|
| MediaBlockPadMediaType | mediaType | Type of the media. |
Returns
| Type | Description |
|---|---|
| MediaBlockPad | MediaBlockPad. |
GetInput(MediaBlockPadMediaType)
Gets the existing input.
Declaration
MediaBlockPad GetInput(MediaBlockPadMediaType mediaType)
Parameters
| Type | Name | Description |
|---|---|---|
| MediaBlockPadMediaType | mediaType | Type of the media. |
Returns
| Type | Description |
|---|---|
| MediaBlockPad | MediaBlockPad. |