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
    System.Collections.Generic.IEnumerable<T><RecorderFileFormat>

    An IEnumerable of RecorderFileFormat representing the supported file formats.

    Exceptions
    Type Condition
    System.ArgumentException

    audioCodec is invalid.

    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
    System.Collections.Generic.IEnumerable<T><RecorderFileFormat>

    An IEnumerable of RecorderFileFormat representing the supported file formats.

    Exceptions
    Type Condition
    System.ArgumentException

    videoCodec is invalid.

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