Class RecorderExtensions

    Definition

    Namespace:
    Tizen.Multimedia
    Assembly:
    Tizen.Multimedia.Recorder.dll

    Provides extension methods for Recorder.

    public static class RecorderExtensions
    Inheritance
    object
    RecorderExtensions

    Methods

    View Source

    GetSupportedFileFormats(RecorderAudioCodec)

    Returns supported file formats for a RecorderAudioCodec.

    Declaration
    public static IEnumerable<RecorderFileFormat> GetSupportedFileFormats(this RecorderAudioCodec audioCodec)
    Parameters
    Type Name Description
    RecorderAudioCodec audioCodec

    The RecorderAudioCodec.

    Returns
    Type Description
    IEnumerable<><RecorderFileFormat>

    An IEnumerable of RecorderFileFormat representing the supported file formats.

    View Source

    GetSupportedFileFormats(RecorderVideoCodec)

    Returns supported file formats for a RecorderVideoCodec.

    Declaration
    public static IEnumerable<RecorderFileFormat> GetSupportedFileFormats(this RecorderVideoCodec videoCodec)
    Parameters
    Type Name Description
    RecorderVideoCodec videoCodec

    The RecorderVideoCodec.

    Returns
    Type Description
    IEnumerable<><RecorderFileFormat>

    An IEnumerable of RecorderFileFormat representing the supported file formats.

    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX