Class MediaCustomSource

    Definition

    Namespace:
    Tizen.Multimedia.Remoting
    Assembly:
    Tizen.Multimedia.Remoting.dll

    Represents a media source that makes audio, video data internally.

    public sealed class MediaCustomSource : MediaSource, IDisplayable<uint>
    Inheritance
    object
    MediaSource
    MediaCustomSource
    Implements
    Tizen.Multimedia.IDisplayable<><uint>
    Remarks

    This supports the product infrastructure and is not intended to be used directly from application code.

    Constructors

    View Source

    MediaCustomSource(MediaType)

    Initializes a new instance of the MediaCustomSource class.

    Declaration
    public MediaCustomSource(MediaType type)
    Parameters
    Type Name Description
    MediaType type
    Remarks

    This supports the product infrastructure and is not intended to be used directly from application code.

    See Also
    AddSource(MediaSource)
    AddSources(params MediaSource[])

    Implements

    Tizen.Multimedia.IDisplayable<>

    Extension Methods

    EXamlExtensions.LoadFromEXaml<T>(T, string)
    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    EXamlExtensions.LoadFromEXamlPath<TXaml>(TXaml, string)
    EXamlExtensions.LoadFromEXamlPath<T>(T, Type)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)

    See Also

    AddSource(MediaSource)
    AddSources(params MediaSource[])
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX