IMediaRendererSetSource Method |
Namespace: Veeplay.media.renderersAssembly: Veeplay (in Veeplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax void SetSource(
IRandomAccessStream stream,
string mimeType
)
Sub SetSource (
stream As IRandomAccessStream,
mimeType As String
)
void SetSource(
IRandomAccessStream^ stream,
String^ mimeType
)
abstract SetSource :
stream : IRandomAccessStream *
mimeType : string -> unit
Parameters
- stream
- Type: Windows.Storage.StreamsIRandomAccessStream
- mimeType
- Type: SystemString
See Also